Skip to content

Commit 99cb5cd

Browse files
fixed typo and incorrect git command (#4250)
1 parent 9a70b83 commit 99cb5cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extra/3RD_PARTY_QUICK_START.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ After building, simply commit the `dist/your-language.min.js` that was generated
7474
```
7575
cd extra/highlightjs-your-language
7676
git add dist
77-
git commit -m'(chore) add CDN distributable`
77+
git commit -m "(chore) add CDN distributable"
7878
git push
7979
```
8080

@@ -92,4 +92,4 @@ More work could be done on:
9292

9393
- Allowing you to ONLY run your own tests, not the whole suite.
9494
- 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.
95+
- Simply make some easier tools or scripts to simplify the existing process.

0 commit comments

Comments
 (0)