summaryrefslogtreecommitdiff
path: root/doc/development/instrumentation.md
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-09-09 10:40:41 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-09-09 10:40:41 +0900
commitd8e981a964834ff1a86de07765573b74fce95766 (patch)
tree8efd0121ca683c79195df17f6e1e21e969c1706a /doc/development/instrumentation.md
parente7ac3a246c3f83cfc6179fccbd9c393a2c22666b (diff)
downloadgitlab-ce-docs-dollar-signs.tar.gz
Start linting for unneeded dollar signsdocs-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: