Skip to content

Commit

Permalink
docs: fix missing quote (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaicevas committed Mar 19, 2021
1 parent 9f6355b commit 74d191c
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 74d191c

Please sign in to comment.