Skip to content

Commit 60f54c0

Browse files
committed
docs: remove unneeded "`"
1 parent bdf9cea commit 60f54c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributing/css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Open your terminal, and navigate to CodeIgniter's root folder. To
1010
generate the CSS file, use the following command:
1111

1212
```console
13-
sass --no-source-map admin/css/debug-toolbar/toolbar.scss system/Debug/Toolbar/Views/toolbar.css`
13+
sass --no-source-map admin/css/debug-toolbar/toolbar.scss system/Debug/Toolbar/Views/toolbar.css
1414
```
1515

1616
Details:

0 commit comments

Comments
 (0)