diff --git a/plugins/filter-highlight-all/index.html b/plugins/filter-highlight-all/index.html index 53f9439568..34962f65cc 100644 --- a/plugins/filter-highlight-all/index.html +++ b/plugins/filter-highlight-all/index.html @@ -116,7 +116,7 @@

Examples

Prism will ignore these blocks, so you can even define your own static highlighting which Prism would normally remove.

a.link::before {
-	content: 'I just do my own highlighted';
+	content: 'I just do my own highlighting';
 	color: #F00;
 }