Skip to content

Commit bffda57

Browse files
elevatebartchrisvfritz
authored andcommitted
Fix typo (#1567)
1 parent a37570a commit bffda57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/unit-testing-vue-components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The below example improves the test by:
178178

179179
- only making one assertion per `it` block
180180
- having short, clear test descriptions
181-
- providing only the minimum data requires for the test
181+
- providing only the minimum data required for the test
182182
- refactoring duplicated logic (creating the `wrapper` and setting the `username` variable) into a factory function
183183

184184
*Updated test*:

0 commit comments

Comments
 (0)