Skip to content

Commit

Permalink
Merge pull request #6 from sepehr-safari/patch-6
Browse files Browse the repository at this point in the history
docs: typo in testing.mdx
  • Loading branch information
sepehr-safari authored Jul 3, 2022
2 parents 87ac620 + 2fd21e6 commit 7fadf16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/testing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ test('should increment counter', () => {
## Injected Values

You may want to inject arbitrary values to your atom before starting some tests.
Maybe the counter should be limmited to 100. Let's see how to test that it doesn't increase after reaching 100.
Maybe the counter should be limited to 100. Let's see how to test that it doesn't increase after reaching 100.
In order to do that, simply use a [Provider](..api/core#provider), and export your atom to be filled-in.

```tsx
Expand Down

0 comments on commit 7fadf16

Please sign in to comment.