summaryrefslogtreecommitdiff
path: root/doc/workflow/web_editor.md
diff options
context:
space:
mode:
authorJob van der Voort <jobvandervoort@gmail.com>2015-02-03 11:05:20 -0800
committerJob van der Voort <jobvandervoort@gmail.com>2015-02-03 11:05:20 -0800
commit68fbf1423fddcb7d49e408d05105ca6911e91122 (patch)
treeae9f8db6ccc63097af28cde4c5a11c3c154d20d9 /doc/workflow/web_editor.md
parent7ba97ab4a53eba8d28d028a04e20e6ead1cd9f52 (diff)
downloadgitlab-ce-68fbf1423fddcb7d49e408d05105ca6911e91122.tar.gz
improve english documentation
Diffstat (limited to 'doc/workflow/web_editor.md')
-rw-r--r--doc/workflow/web_editor.md23
1 files changed, 13 insertions, 10 deletions
diff --git a/doc/workflow/web_editor.md b/doc/workflow/web_editor.md
index c83715deff7..bcadf5e8c0d 100644
--- a/doc/workflow/web_editor.md
+++ b/doc/workflow/web_editor.md
@@ -1,23 +1,26 @@
# GitLab Web Editor
-In GitLab you can create new files and edit existing one using our web editor.
-Its really useful if you dont have access to command line or you want to make a quick small fix.
-You can access to web editor in several ways depends on context.
-Lets start from newly created project.
-Click on `Add a file` button to start web editor for creating first file.
+In GitLab you can create new files and edit existing files using our web editor.
+This is especially useful if you don't have access to a command line or you just want to do a quick fix.
+You can easily access the web editor, depending on the context.
+Let's start from newly created project.
+
+Click on `Add a file`
+to create the first file and open it in the web editor.
![web editor 1](web_editor/empty_project.png)
-Fill in file name, content, commit message and press commit button.
-After this file will be saved to repository.
+Fill in a file name, some content, a commit message and press the commit button.
+The file will be saved to the repository.
![web editor 2](web_editor/new_file.png)
-You can edit any text file in repository by pressing edit button when browsing file.
+You can edit any text file in a repository by pressing the edit button, when
+viewing the file.
![web editor 3](web_editor/show_file.png)
-Edit of file is pretty same as creating new file.
-Except you can see preview of your changes to file in separate tab
+Editing a file is almost the same as creating a new file,
+with as addition the ability to preview your changes in a separate tab.
![web editor 3](web_editor/edit_file.png)