summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-03-09 21:14:56 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-03-09 21:14:56 +0000
commit930d12b4115454f527bbc0259d814d9e66dc7a2a (patch)
tree86ed83e548db073902a4ae13f840f867eddefb6b
parente8a8d8c35077a7d3ff7080946460811033ed69f3 (diff)
downloadgitlab-ce-930d12b4115454f527bbc0259d814d9e66dc7a2a.tar.gz
Change from avoid to do not use
-rw-r--r--doc/development/new_fe_guide/style/html.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/new_fe_guide/style/html.md b/doc/development/new_fe_guide/style/html.md
index 337cbc25723..2eea91ca0fc 100644
--- a/doc/development/new_fe_guide/style/html.md
+++ b/doc/development/new_fe_guide/style/html.md
@@ -27,7 +27,7 @@
```
<a name="fake-links"></a><a name="2.2"></a>
-- [2.2](#fake-links) **Avoid using fake links** Use a button tag if a link only invokes JavaScript click event handlers. This is more semantic.
+- [2.2](#fake-links) **Do not use fake links** Use a button tag if a link only invokes JavaScript click event handlers. This is more semantic.
```
// bad