Skip to content

Commit

Permalink
docs: fix typo (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Justkant authored and okonet committed Oct 30, 2018
1 parent bedba5a commit 00047de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -207,7 +207,7 @@ Tools like [Prettier](https://prettier.io), ESLint/TSLint, or stylefmt can refor
}
```

Starting from v8, lint-staged will stash you remaining changes (not added to the index) and restore them from stash afterwards if there are partially staged files detected. This allows you to create partial commits with hunks using `git add --patch`. See the [blog post](https://medium.com/@okonetchnikov/announcing-lint-staged-with-support-for-partially-staged-files-abc24a40d3ff)
Starting from v8, lint-staged will stash your remaining changes (not added to the index) and restore them from stash afterwards if there are partially staged files detected. This allows you to create partial commits with hunks using `git add --patch`. See the [blog post](https://medium.com/@okonetchnikov/announcing-lint-staged-with-support-for-partially-staged-files-abc24a40d3ff)

## Examples

Expand Down

0 comments on commit 00047de

Please sign in to comment.