diff options
author | Rémy Coutable <remy@rymai.me> | 2018-04-18 08:26:46 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-04-18 08:26:46 +0000 |
commit | 3325e748b3e1053beae7c092230eeaba852f6d26 (patch) | |
tree | 61162dd53ffa94b2ab7b22425d4ae6518432d8d0 /doc | |
parent | df0a457d6f985da3b98aabb851390118254b1123 (diff) | |
parent | 4310b0cd0c366a6fd19773e2541eeb9cffad54f0 (diff) | |
download | gitlab-ce-3325e748b3e1053beae7c092230eeaba852f6d26.tar.gz |
Merge branch 'sh-fix-web-ide-typo-docs' into 'master'
Fix Markdown typo in Web IDE docs
See merge request gitlab-org/gitlab-ce!18443
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/web_ide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/project/web_ide/index.md b/doc/user/project/web_ide/index.md index 23e36c04149..b7064b83c4e 100644 --- a/doc/user/project/web_ide/index.md +++ b/doc/user/project/web_ide/index.md @@ -1,7 +1,7 @@ # Web IDE > [Introduced in](https://gitlab.com/gitlab-org/gitlab-ee/issues/4539) [GitLab Ultimate][ee] 10.4. -> [Brought to GitLab Core][core](https://gitlab.com/gitlab-org/gitlab-ce/issues/44157) in 10.7. +> [Brought to GitLab Core](https://gitlab.com/gitlab-org/gitlab-ce/issues/44157) in 10.7. The Web IDE makes it faster and easier to contribute changes to your projects by providing an advanced editor with commit staging. |