Skip to content

Commit c0d2d6e

Browse files
ianschmitzKent C. Dodds
authored and
Kent C. Dodds
committed
docs: fix README.md typo (#334)
Just fixing a small typo 😃. Thanks for the great lib!
1 parent a33ccf8 commit c0d2d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ test('Fetch makes an API call and displays the greeting when load-greeting is cl
130130
expect(getByTestId('ok-button')).toHaveAttribute('disabled')
131131
// snapshots work great with regular DOM nodes!
132132
expect(container.firstChild).toMatchSnapshot()
133-
// you can also use get a `DocumentFragment`, which is useful if you want to compare nodes across render
133+
// you can also get a `DocumentFragment`, which is useful if you want to compare nodes across renders
134134
expect(asFragment()).toMatchSnapshot()
135135
})
136136
```

0 commit comments

Comments
 (0)