Skip to content

Commit 7cfd1fa

Browse files
author
Olly Headey
committed
Be specific about double quotes
1 parent 89b7f06 commit 7cfd1fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/_docs/liquid/tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ end
7070

7171
You can highlight specific lines in a code snippet by using the optional
7272
argument `highlight_lines`. This argument takes a space-separated list of
73-
line numbers which must be wrapped in quotes. For example, the following
73+
line numbers which must be wrapped in double quotes. For example, the following
7474
code block will highlight lines 1 and 2 but not line 3:
7575

7676
{% raw %}

0 commit comments

Comments
 (0)