diff options
author | Robert Speicher <robert@gitlab.com> | 2018-01-19 15:57:51 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2018-01-19 15:57:51 +0000 |
commit | 97017cea65a5a88ba2f59f37abccf54db24e7e7a (patch) | |
tree | c9cea2b0a48c92fdf98b6a4bd3f04383d58a987f /doc | |
parent | 1b51018eeda7fd98c519a240a222f4184359c5aa (diff) | |
parent | d29defd2a493760c9e946abbc7b691cfce63ccba (diff) | |
download | gitlab-ce-97017cea65a5a88ba2f59f37abccf54db24e7e7a.tar.gz |
Merge branch 'fix_change_log_doc' into 'master'
Fixes mistake in change log doc.
[ci skip]
See merge request gitlab-org/gitlab-ce!16541
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/changelog.md b/doc/development/changelog.md index 18f4177a5e5..c1f783ce877 100644 --- a/doc/development/changelog.md +++ b/doc/development/changelog.md @@ -12,9 +12,9 @@ following format: ```yaml --- -title: "Going through change[log]s" +title: "Change[log]s" merge_request: 1972 -author: Ozzy Osbourne +author: Black Sabbath type: added ``` |