Skip to content

Commit 96222e1

Browse files
Hyrachrisvfritz
authored andcommitted
Fixes small typo (#739)
1 parent 50ed801 commit 96222e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/unit-testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function getRenderedText (Component, propsData) {
9999
}
100100

101101
describe('MyComponent', () => {
102-
it('render correctly with different props', () => {
102+
it('renders correctly with different props', () => {
103103
expect(getRenderedText(MyComponent, {
104104
msg: 'Hello'
105105
})).toBe('Hello')

0 commit comments

Comments
 (0)