diff options
author | Stan Hu <stanhu@gmail.com> | 2018-04-17 21:12:06 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-04-17 21:12:06 -0700 |
commit | 4310b0cd0c366a6fd19773e2541eeb9cffad54f0 (patch) | |
tree | 931019edafbc91b241c4981ee7eaf76a904a1675 /doc/user | |
parent | adcdb25b014fe849fe8003a954484a695fbf78ed (diff) | |
download | gitlab-ce-4310b0cd0c366a6fd19773e2541eeb9cffad54f0.tar.gz |
Fix Markdown typo in Web IDE docs
As seen in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/5399
Diffstat (limited to 'doc/user')
-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. |