Skip to content

Commit 41e0f34

Browse files
committed
Use single backticks
1 parent 4274810 commit 41e0f34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/_utilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ Running this function at a URL such as this:
127127

128128
Will return the following object:
129129

130-
```
130+
`
131131
{
132132
query: "This is the query",
133133
hello: "world",
134134
foo: "bar"
135135
}
136-
```
136+
`
137137

138138
## API.utils.getVehicleData()
139139

0 commit comments

Comments
 (0)