diff options
author | David Kartuzinski <david@kaidawei.me> | 2019-08-12 14:46:06 +0000 |
---|---|---|
committer | David Kartuzinski <david@kaidawei.me> | 2019-08-12 14:46:06 +0000 |
commit | 49b598b6319c27b05e4a4e93773ff2347f175d2f (patch) | |
tree | df146134fce46b8f169321d9e5f26a349a67843a | |
parent | d2ecbd747b148d965a7f7ab4f438ad02ca21faf9 (diff) | |
download | gitlab-ce-49b598b6319c27b05e4a4e93773ff2347f175d2f.tar.gz |
Update styleguide.md - just a little typo.
-rw-r--r-- | doc/development/documentation/styleguide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index e84d65f424e..4617980f320 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -41,7 +41,7 @@ Include any media types/sources if the content is relevant to readers. You can f ### No special types -In the software industry, it is a best practice to organize documentatioin in different types. For example, [Divio recommends](https://www.divio.com/blog/documentation/): +In the software industry, it is a best practice to organize documentation in different types. For example, [Divio recommends](https://www.divio.com/blog/documentation/): 1. Tutorials 1. How-to guides |