Skip to content

Commit 0c2fe40

Browse files
Custom Class: Fixed examples (#2160)
This adds a missing class to an example.
1 parent d7ad48f commit 0c2fe40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/custom-class/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2>Prefix and map classes</h2>
133133
&lt;span class=&quot;pr-token pr-special-keyword&quot;&gt;var&lt;/span&gt;
134134
foo
135135
&lt;span class=&quot;pr-token pr-operator&quot;&gt;=&lt;/span&gt;
136-
&lt;span class=&quot;pr-my-string&quot;&gt;'bar'&lt;/span&gt;
136+
&lt;span class=&quot;pr-token pr-my-string&quot;&gt;'bar'&lt;/span&gt;
137137
&lt;span class=&quot;pr-token pr-punctuation&quot;&gt;;&lt;/span&gt;
138138
&lt;/code&gt;&lt;/pre&gt;</code></pre>
139139

0 commit comments

Comments
 (0)