Skip to content

Commit

Permalink
add missing single quote
Browse files Browse the repository at this point in the history
  • Loading branch information
zaicevas committed Mar 19, 2021
1 parent 9f6355b commit e9e1c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -248,7 +248,7 @@ The following is an example of usage of this library with
`<input type="time" />`

```jsx
import React from 'react
import React from 'react'
import {render, screen} from '@testing-library/react'
import userEvent from '@testing-library/user-event'

Expand Down

0 comments on commit e9e1c24

Please sign in to comment.