Skip to content

Commit 7dcfdec

Browse files
committed
docs(readme): Fix typo
1 parent 11a4bf2 commit 7dcfdec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
- chore(test): Update Cypress to v4.0.2 in e2e tests
1818
- chore(deps): Update eslint-plugin-react and husky devDependencies
1919
- chore(test): Update react-scripts devDependency in e2e tests
20+
- docs(readme): Fix typo
2021

2122
## [1.1.5] - 2020-02-01
2223
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Use `saveLocalStorage` to save a snapshot of current `localStorage` at the end o
8282

8383
#### Cookies button example
8484

85-
Next example shows how this package can be used to test a "cookies button" _(which theoretically set a flag into `localStorage` and can be clicked only once)_
85+
Next example shows how this package can be used to test a "cookies button" _(which theorically sets a flag into `localStorage` and can be clicked only once)_
8686

8787
```js
8888
describe("Accept cookies button", () => {

0 commit comments

Comments
 (0)