Skip to content

Commit a74f6e5

Browse files
committed
Zap duplicate backtick that ends up on the site
1 parent 8232d65 commit a74f6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/customizations.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Let's take a look at one of the options in more detail
185185
```
186186

187187
* `:medium` - this is the name that your developers will use to refer to the resource class in their config.yml and the is the external facing name of the resource class.
188-
* `:id "d1.medium"`` - this is the internal name for the resource class. You can customize this ID for Docker resource classes.
188+
* `:id "d1.medium"` - this is the internal name for the resource class. You can customize this ID for Docker resource classes.
189189
* `:availability :general` - required field
190190
* `:ui {:cpu 4.0 :ram 8192 :class :medium}` - Information used by the CircleCI UI. This this should be kept in parity with :outer - see below.
191191
* `:outer {:cpu 4.0 :ram 8192}` - This defines the CPU and RAM for the resource class.

0 commit comments

Comments
 (0)