diff --git a/docs/api/assert/verifySteps.md b/docs/api/assert/verifySteps.md index e1a8dc2b7..2d0aba2fa 100644 --- a/docs/api/assert/verifySteps.md +++ b/docs/api/assert/verifySteps.md @@ -131,7 +131,7 @@ QUnit.test('good example', assert => { }); ``` -### Multiple steps verifications in one test +### Multiple step verifications in one test The internal buffer of observed steps is automatically reset when calling `verifySteps()`. diff --git a/docs/api/config/scrolltop.md b/docs/api/config/scrolltop.md index 2b96cd64b..447b86993 100644 --- a/docs/api/config/scrolltop.md +++ b/docs/api/config/scrolltop.md @@ -9,7 +9,7 @@ redirect_from: version_added: "1.14.0" --- -In browser environments, scrop to the top of the page after the tests are done. +In browser environments, scroll to the top of the page after the tests are done.