File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ const renderWithReactIntl = component => {
74
74
75
75
setupTests ()
76
76
77
- test (' it should render FormattedDate and have a formated pt date' , () => {
77
+ test (' it should render FormattedDate and have a formatted pt date' , () => {
78
78
const { container } = renderWithReactIntl (< FormatDateView / > )
79
79
expect (getByTestId (container, ' date-display' )).toHaveTextContent (' 11/03/2019' )
80
80
})
Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ await fireEvent.blur(getByLabelText('username'))
213
213
### ` update(elem, value) `
214
214
215
215
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.
217
217
218
218
See a working example of ` update ` in the
219
219
[ v-model example test] ( /docs/vue-testing-library/examples#example-using-v-model ) .
You can’t perform that action at this time.
0 commit comments