summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2017-07-14 07:49:54 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2017-07-14 07:49:54 +0000
commit6fb712a073c66d66c00ef4302f40da2280fb9bc3 (patch)
treea1abb366c11ef67f0d7c3f93dc18a14121b833d0
parent6f81fc44a909f7ae95d322e729eb95e9e066e85a (diff)
parent9cf5cc310e515494f81e020820003a840f27f9cf (diff)
downloadgitlab-ce-6fb712a073c66d66c00ef4302f40da2280fb9bc3.tar.gz
Merge branch 'patch-16' into 'master'
Fixed typo See merge request !12862
-rw-r--r--doc/development/fe_guide/droplab/plugins/input_setter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/droplab/plugins/input_setter.md b/doc/development/fe_guide/droplab/plugins/input_setter.md
index a549603c20d..94f3c8254a8 100644
--- a/doc/development/fe_guide/droplab/plugins/input_setter.md
+++ b/doc/development/fe_guide/droplab/plugins/input_setter.md
@@ -1,6 +1,6 @@
# InputSetter
-`InputSetter` is a plugin that allows for udating DOM out of the scope of droplab when a list item is clicked.
+`InputSetter` is a plugin that allows for updating DOM out of the scope of droplab when a list item is clicked.
## Usage