We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a70b83 commit 99cb5cdCopy full SHA for 99cb5cd
extra/3RD_PARTY_QUICK_START.md
@@ -74,7 +74,7 @@ After building, simply commit the `dist/your-language.min.js` that was generated
74
```
75
cd extra/highlightjs-your-language
76
git add dist
77
-git commit -m'(chore) add CDN distributable`
+git commit -m "(chore) add CDN distributable"
78
git push
79
80
@@ -92,4 +92,4 @@ More work could be done on:
92
93
- Allowing you to ONLY run your own tests, not the whole suite.
94
- Allowing you to maintain a 3rd party module WITHOUT it being inside of a `highlight-js` checkout (this requires discussion though)
95
-- Simply make some easier tools or scripts to simply the existing process.
+- Simply make some easier tools or scripts to simplify the existing process.
0 commit comments