diff options
author | Evan Read <eread@gitlab.com> | 2018-11-27 04:31:47 +0000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-11-27 04:31:47 +0000 |
commit | 2ee8c40fc16d977a2aed07bdcbb9c4eecb08d80d (patch) | |
tree | a7f869cee88d0f344c239e781238c1fa72c3e646 /doc/development/fe_guide | |
parent | ae975b9f1e8eeefd0e3b75c90101c1d7aaffa312 (diff) | |
parent | e238882d0c18c75b41b71f05ce44f5717fc75b4d (diff) | |
download | gitlab-ce-2ee8c40fc16d977a2aed07bdcbb9c4eecb08d80d.tar.gz |
Merge branch '54230-eliminate-duplicated-words' into 'master'
Eliminate duplicated words (for docs)
See merge request gitlab-org/gitlab-ce!23183
Diffstat (limited to 'doc/development/fe_guide')
-rw-r--r-- | doc/development/fe_guide/droplab/droplab.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/droplab/droplab.md b/doc/development/fe_guide/droplab/droplab.md index 112ff3419d9..ce96a9fc8ae 100644 --- a/doc/development/fe_guide/droplab/droplab.md +++ b/doc/development/fe_guide/droplab/droplab.md @@ -123,7 +123,7 @@ droplab.init().addData([{ ``` Alternatively, you can specify a specific dropdown to add this data to but passing -the data as the second argument and and the `id` of the trigger element as the first argument. +the data as the second argument and the `id` of the trigger element as the first argument. ```html <a href="#" data-dropdown-trigger="#list" id="trigger">Toggle</a> |