Commit 5a4c9f12 authored by Mark Florian's avatar Mark Florian

Merge branch 'docs-add-missing-parentheses' into 'master'

Add missing parentheses in code example

See merge request gitlab-org/gitlab!48929
parents 6c797123 3cf6909f
...@@ -91,7 +91,7 @@ return new Vue({ ...@@ -91,7 +91,7 @@ return new Vue({
}, },
}); });
}, },
} });
``` ```
> When adding an `id` attribute to mount a Vue application, please make sure this `id` is unique across the codebase > When adding an `id` attribute to mount a Vue application, please make sure this `id` is unique across the codebase
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment