Skip to content

Commit 96ecb1e

Browse files
Fix grammar mistakes in docs (#1534)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 049c6b3 commit 96ecb1e

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

blog/2019-04-25-new-org.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ and
4747
[cypress-testing-library](https://github.com/testing-library/cypress-testing-library)
4848
have already been updated and released major version bumps of their own to
4949
account for this upgrade. Other wrappers will hopefully follow shortly based on
50-
their respective matinainers' schedules.
50+
their respective maintainers' schedules.
5151

5252
> [View the Changelog](https://github.com/testing-library/dom-testing-library/releases/tag/v4.0.0)
5353

docs/angular-testing-library/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ await render(AppComponent, {detectChangesOnRender: false})
300300
### `autoDetectChanges`
301301

302302
Automatically detect changes as a "real" running component would do. For
303-
example, runs a change detection cycle when an event has occured.
303+
example, runs a change detection cycle when an event has occurred.
304304

305305
**default** : `true`
306306

docs/example-react-intl.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ test('it should render FormattedDate and have a formatted pt date', () => {
130130
})
131131
```
132132

133-
## Translated components testing stategy
133+
## Translated components testing strategy
134134

135135
When testing a translated component there can be different approaches for
136136
achieving the wanted coverage, where the aimed goal should be to allow testing
137-
the component in a way that will simulate the user behavior as much as posible.
137+
the component in a way that will simulate the user behavior as much as possible.
138138

139139
| Approach | Pros | Cons |
140140
| ------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

docs/marko-testing-library/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ better testing practices. Its primary guiding principle is:
3333
3434
So rather than dealing with instances of rendered Marko components, your tests
3535
will work with actual DOM nodes. The utilities this library provides facilitate
36-
querying the DOM in the same way the user would. Finding for elements by their
36+
querying the DOM in the same way the user would. Finding elements by their
3737
label text (just like a user would), finding links and buttons from their text
3838
(like a user would). It contains a small targeted API and can get out of your
3939
way if needed with some built-in escape hatches.

docs/nightwatch-testing-library/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ npm install --save-dev @testing-library/nightwatch
2121

2222
## READ THIS FIRST
2323

24-
At it's core, `nightwatch-testing-library` translates between
24+
At its core, `nightwatch-testing-library` translates between
2525
dom-testing-library queries and css selectors. This is due to the fact that
2626
Nightwatch adheres to the WebDriver standards for
2727
[locator strategies](https://www.w3.org/TR/webdriver/#locator-strategies). For

docs/webdriverio-testing-library/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm install --save-dev @testing-library/webdriverio
2424
### `setupBrowser`
2525

2626
Accepts a WebdriverIO [browser object](https://webdriver.io/docs/browserobject)
27-
and returns dom-testing-library [queries](/docs/queries/about.mdx) modifed to return
27+
and returns dom-testing-library [queries](/docs/queries/about.mdx) modified to return
2828
WebdriverIO elements like normal
2929
[selectors](https://webdriver.io/docs/selectors/). **All queries are async** and
3030
are bound to `document.body` by default.

0 commit comments

Comments
 (0)