Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2018-01-16 17:08:23 +0300
committerRémy Coutable <remy@rymai.me>2018-01-16 17:08:23 +0300
commitb82c4f1b33169e57b3237e61d600d5022482cdd1 (patch)
tree8b109daa5de203ae460091cf7cbe0a9647cb663c /doc/development
parent28cfb686e9f6cd7649360b718e27d88adaecc985 (diff)
parentd5420995834174234a16a02b1058971b6faeac10 (diff)
Merge branch 'master' into 'master'
Fix typo in doc_styleguide.md See merge request gitlab-org/gitlab-ce!16481
Diffstat (limited to 'doc/development')
-rw-r--r--doc/development/doc_styleguide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/doc_styleguide.md b/doc/development/doc_styleguide.md
index 8db617594e5..f41d31797af 100644
--- a/doc/development/doc_styleguide.md
+++ b/doc/development/doc_styleguide.md
@@ -201,7 +201,7 @@ You can combine one or more of the following:
- Keep all file names in lower case.
- Consider using PNG images instead of JPEG.
- Compress all images with <https://tinypng.com/> or similar tool.
-- Compress gifs with <https://ezgif.com/optimize> or similar toll.
+- Compress gifs with <https://ezgif.com/optimize> or similar tool.
- Images should be used (only when necessary) to _illustrate_ the description
of a process, not to _replace_ it.