diff options
author | Pascal Borreli <pascal@borreli.com> | 2018-04-27 08:50:05 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-04-27 08:50:05 +0000 |
commit | 12e3eff462077008143146181c81f77204d1a8a9 (patch) | |
tree | 3a7c1cf7ae9004a27df9d1c3d942a138185a3ee2 /doc/development/writing_documentation.md | |
parent | 740f0bb126a4e7da94d9d0181d2023b14113c93e (diff) | |
download | gitlab-ce-12e3eff462077008143146181c81f77204d1a8a9.tar.gz |
Fixed typos
Diffstat (limited to 'doc/development/writing_documentation.md')
-rw-r--r-- | doc/development/writing_documentation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/writing_documentation.md b/doc/development/writing_documentation.md index d6a13e7483a..9bca4637830 100644 --- a/doc/development/writing_documentation.md +++ b/doc/development/writing_documentation.md @@ -49,7 +49,7 @@ do before. **Use cases**: provide at least two, ideally three, use cases for every major feature. You should answer this question: what can you do with this feature/change? Use cases -are examples of how this feauture or change can be used in real life. +are examples of how this feature or change can be used in real life. Examples: - CE and EE: [Issues](../user/project/issues/index.md#use-cases) |