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. diff --git a/docs/browser.md b/docs/browser.md index 1f667b38a..0f05cb403 100644 --- a/docs/browser.md +++ b/docs/browser.md @@ -176,7 +176,7 @@ The "Rerun" link at the end will run that test on its own, skipping all other te Click anywhere on result to expand the entry, which reveals the message of each assertion. -For failed assertions, the parenthical reports the failed, passed, and total number of assertions. The expanded view also displays the expected and actual asserted value, with a diff to highlight the difference between the two values. +For failed assertions, the parenthetical reports the failed, passed, and total number of assertions. The expanded view also displays the expected and actual asserted value, with a diff to highlight the difference between the two values.