Skip to content

Commit 137d69e

Browse files
authored
Merge pull request #476 from pgrimaud/master
Fix typos
2 parents cce765e + 6633463 commit 137d69e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/example-react-intl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const renderWithReactIntl = component => {
7474

7575
setupTests()
7676

77-
test('it should render FormattedDate and have a formated pt date', () => {
77+
test('it should render FormattedDate and have a formatted pt date', () => {
7878
const { container } = renderWithReactIntl(<FormatDateView />)
7979
expect(getByTestId(container, 'date-display')).toHaveTextContent('11/03/2019')
8080
})

docs/vue-testing-library/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ await fireEvent.blur(getByLabelText('username'))
213213
### `update(elem, value)`
214214

215215
Properly handles inputs controlled by `v-model`. It updates the
216-
input/select/textarea inner value while emitting the appropiate native event.
216+
input/select/textarea inner value while emitting the appropriate native event.
217217

218218
See a working example of `update` in the
219219
[v-model example test](/docs/vue-testing-library/examples#example-using-v-model).

0 commit comments

Comments
 (0)