Skip to content

Commit f5e0645

Browse files
committed
typos and tweaks
1 parent 2e0e8ee commit f5e0645

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
### :warning: :warning: Important: Version 9 is no longer supported. :warning: :warning:
1313

1414
Version 9 has reached end-of-support and will receive no future updates.
15-
It may include security vulnerabiites. Please upgrade to version 10.
15+
It may include unpatched security vulnerabiites. Please upgrade to version 10.
1616

1717
Please see [VERSION_10_UPGRADE.md](https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md) and perhaps [SECURITY.md](https://github.com/highlightjs/highlight.js/blob/master/SECURITY.md).
1818

deprecated.js

+9-10
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ DEPRECATION = `
1010
${BgRed + FgWhite}
1111
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
1212
${Reset}${Bright}${FgWhite}
13-
Verion 9 of Highlight.js has reached EOL. It will no longer
14-
be supported or receive security updates in the future.
15-
Please upgrade to version 10.
13+
Verion 9 of Highlight.js has reached EOL. It will no longer
14+
be supported or receive security updates in the future.
15+
Please upgrade to version 10.
1616
17-
For more info:
18-
${FgBlue}
19-
https://github.com/highlightjs/highlight.js/issues/2877
20-
https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md
17+
For more info:
18+
${FgBlue}
19+
https://github.com/highlightjs/highlight.js/issues/2877
20+
https://github.com/highlightjs/highlight.js/blob/master/VERSION_10_UPGRADE.md
2121
${BgRed + FgWhite}
22-
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
23-
${Reset}
24-
`.trim()
22+
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*${Reset}
23+
.`.trim()
2524

2625
console.log(DEPRECATION)

src/highlight.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ https://highlightjs.org/
3030
}(function(hljs) {
3131

3232
var warn = console.warn || console.log;
33-
warn("Verion 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade to version 10.");
33+
warn("Version 9 of Highlight.js has reached EOL and is no longer supported. Please upgrade to version 10.");
3434

3535

3636
// Convenience variables for build-in objects

0 commit comments

Comments
 (0)