summaryrefslogtreecommitdiff
path: root/doc/development/new_fe_guide
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-19 18:08:11 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-19 18:08:11 +0000
commitd84f18d66c1fc46f244b0f4dec8bf65b90d9882a (patch)
tree2382ce0df6d7417e93afdf113a9fd15d7b46a653 /doc/development/new_fe_guide
parentf2151c65d5826f0609a716e185893787b6375ae3 (diff)
downloadgitlab-ce-d84f18d66c1fc46f244b0f4dec8bf65b90d9882a.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/new_fe_guide')
-rw-r--r--doc/development/new_fe_guide/modules/dirty_submit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/new_fe_guide/modules/dirty_submit.md b/doc/development/new_fe_guide/modules/dirty_submit.md
index 30cf8017820..dd336ad3a90 100644
--- a/doc/development/new_fe_guide/modules/dirty_submit.md
+++ b/doc/development/new_fe_guide/modules/dirty_submit.md
@@ -13,7 +13,7 @@ within the GitLab project.
## Usage
-```js
+```javascript
import dirtySubmitFactory from './dirty_submit/dirty_submit_form';
new DirtySubmitForm(document.querySelector('form'));