Skip to content

Commit 8c7f0fd

Browse files
committed
fix typo in README
1 parent 886496a commit 8c7f0fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
**pre-commit** is a pre-commit hook installer for `git`. It will ensure that
1111
your `npm test` (or other specified scripts) passes before you can commit your
12-
changes. This all conveniently configured in your package.json.
12+
changes. This all conveniently configured in your `package.json`.
1313

1414
But don't worry, you can still force a commit by telling `git` to skip the
1515
`pre-commit` hooks by simply committing using `--no-verify`.
@@ -40,7 +40,7 @@ specified in your `package.json` "scripts" field. So before people commit you
4040
could ensure that:
4141

4242
- You have 100% coverage
43-
- All stying passes.
43+
- All styling passes.
4444
- JSHint passes.
4545
- Contribution licenses signed etc.
4646

0 commit comments

Comments
 (0)