Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f5e0645

Browse filesBrowse files
committed
typos and tweaks
1 parent 2e0e8ee commit f5e0645
Copy full SHA for f5e0645

File tree

3 files changed

+11
-12
lines changed
Filter options

3 files changed

+11
-12
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: deprecated.js
+9-10Lines changed: 9 additions & 10 deletions
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

Copy file name to clipboardExpand all lines: src/highlight.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.