diff options
author | Taurie Davis <taurie@gitlab.com> | 2016-08-09 21:59:25 +0000 |
---|---|---|
committer | Taurie Davis <taurie@gitlab.com> | 2016-08-09 21:59:25 +0000 |
commit | 864bdda4aece14cbae2fff715c3416642aae77a8 (patch) | |
tree | da4fc17d14ffb765abbfdce2a1da2b01dad9e86f /doc | |
parent | befb425c920386fce62b649d43a7a556eb3d3ace (diff) | |
download | gitlab-ce-864bdda4aece14cbae2fff715c3416642aae77a8.tar.gz |
spellcheckupdate-ui-guide--svgs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/ui_guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/ui_guide.md b/doc/development/ui_guide.md index ca82e9182f7..3a8c823e026 100644 --- a/doc/development/ui_guide.md +++ b/doc/development/ui_guide.md @@ -56,8 +56,8 @@ When exporting SVGs, be sure to follow the following guidelines: 3. SVGs that are limited to one color should be exported without a fill color so the color can be set using CSS. 4. Ensure that exported SVGs have been run through an [SVG cleaner](https://github.com/RazrFalcon/SVGCleaner) to remove unused elements and attributes. -You can open you svg in a text editor to ensure that it is clean. -Incorrect file will look like this: +You can open your svg in a text editor to ensure that it is clean. +Incorrect files will look like this: ```xml <?xml version="1.0" encoding="UTF-8" standalone="no"?> |