summaryrefslogtreecommitdiff
path: root/doc/development/instrumentation.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-09-10 10:15:43 +0000
committerAchilleas Pipinellis <axil@gitlab.com>2019-09-10 10:15:43 +0000
commit78d09e3ef3df117499c172604bfa2ff51d21351d (patch)
treef550a77a80cdaea9fea994d4152f041d808acdf1 /doc/development/instrumentation.md
parenta52dbbbc5335a8ff35eb6b171eea5f019b6c7138 (diff)
downloadgitlab-ce-78d09e3ef3df117499c172604bfa2ff51d21351d.tar.gz
Start linting for unneeded dollar signs
Do not use dollar signs in shell codeblocks when no output is shown
Diffstat (limited to 'doc/development/instrumentation.md')
-rw-r--r--doc/development/instrumentation.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/development/instrumentation.md b/doc/development/instrumentation.md
index 777d372ec60..b22a63621dc 100644
--- a/doc/development/instrumentation.md
+++ b/doc/development/instrumentation.md
@@ -81,9 +81,7 @@ If you're using Pry you can use the `$` command to display the source code of a
method (along with its source location), this is easier than running the above
Ruby code. In case of the above snippet you'd run the following:
-```
-$ Banzai::Renderer.render
-```
+- `$ Banzai::Renderer.render`
This will print out something along the lines of: