We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60917ae commit 58301d6Copy full SHA for 58301d6
src/v2/cookbook/unit-testing-vue-components.md
@@ -178,7 +178,7 @@ The below example improves the test by:
178
179
- only making one assertion per `it` block
180
- having short, clear test descriptions
181
-- providing only the minimum data requires for the test
+- providing only the minimum data required for the test
182
- refactoring duplicated logic (creating the `wrapper` and setting the `username` variable) into a factory function
183
184
*Updated test*:
0 commit comments