Skip to content

Commit c62cc41

Browse files
rvpanozljharb
authored andcommitted
[Docs] Update common-issues.md
1 parent 88dae28 commit c62cc41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/common-issues.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const button = wrapper.find('button');
2121
button.prop('onClick')();
2222
expect(input.prop('value')).to.equal('test');
2323
```
24-
fails. While this test:
24+
While this test:
2525
```jsx
2626
const input = wrapper.find('input');
2727
const button = wrapper.find('button');

0 commit comments

Comments
 (0)