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:
authorEvan Read <eread@gitlab.com>2018-11-27 07:31:47 +0300
committerEvan Read <eread@gitlab.com>2018-11-27 07:31:47 +0300
commit2ee8c40fc16d977a2aed07bdcbb9c4eecb08d80d (patch)
treea7f869cee88d0f344c239e781238c1fa72c3e646 /doc/development/fe_guide
parentae975b9f1e8eeefd0e3b75c90101c1d7aaffa312 (diff)
parente238882d0c18c75b41b71f05ce44f5717fc75b4d (diff)
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.md2
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>