Skip to content

Commit 55bf7ec

Browse files
Filter highlightAll: Fixed typo (#2391)
1 parent b28f21b commit 55bf7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/filter-highlight-all/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>Examples</h1>
116116
<p>Prism will ignore these blocks, so you can even define your own static highlighting which Prism would normally remove.</p>
117117

118118
<pre class="language-css"><code class="language-css">a.link::before {
119-
cont<span class="token selector">ent: 'I just do my o</span>wn highlighted';
119+
cont<span class="token selector">ent: 'I just do my o</span>wn highlighting';
120120
color: <span class="token constant">#F00</span>;
121121
}</code></pre>
122122

0 commit comments

Comments
 (0)