summaryrefslogtreecommitdiff
path: root/doc/development/fe_guide
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-27 21:55:50 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-08-27 21:56:35 +0900
commit9acd3dca8a5804c15b2135dde7e14d23159955f0 (patch)
treed9a242fcdacd754a927a54100e23b8f8a204a798 /doc/development/fe_guide
parent4ad96a4e927808a3afd7fe9726fa86345c2791e6 (diff)
downloadgitlab-ce-docs-markdownlint-fixes-1.tar.gz
Fix markdown in various docsdocs-markdownlint-fixes-1
Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc
Diffstat (limited to 'doc/development/fe_guide')
-rw-r--r--doc/development/fe_guide/performance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/fe_guide/performance.md b/doc/development/fe_guide/performance.md
index 676bce32998..3a8ea04407f 100644
--- a/doc/development/fe_guide/performance.md
+++ b/doc/development/fe_guide/performance.md
@@ -81,7 +81,7 @@ bundle and included on the page.
> can find this out by inspecting `document.body.dataset.page` within your
> browser's developer console while on any page within gitlab.
-#### Important Considerations:
+#### Important Considerations
- **Keep Entry Points Lite:**
Page-specific javascript entry points should be as lite as possible. These