Skip to content

Fix typos #476

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/example-react-intl.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const renderWithReactIntl = component => {

setupTests()

test('it should render FormattedDate and have a formated pt date', () => {
test('it should render FormattedDate and have a formatted pt date', () => {
const { container } = renderWithReactIntl(<FormatDateView />)
expect(getByTestId(container, 'date-display')).toHaveTextContent('11/03/2019')
})
Expand Down
2 changes: 1 addition & 1 deletion docs/vue-testing-library/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ await fireEvent.blur(getByLabelText('username'))
### `update(elem, value)`

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

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