Skip to content

Commit b0879a1

Browse files
committed
2 parents f29e527 + 757e721 commit b0879a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ or
6565
```jsx
6666
import { JsonEditor } from 'json-edit-react'
6767

68-
// In your React components:
68+
// In your React component:
6969
return
7070
<JsonEditor
7171
data={ jsonData }
@@ -308,7 +308,7 @@ const validate = ajv.compile(schema)
308308

309309
/// Etc....
310310

311-
// In the React components:
311+
// In the React component:
312312
return
313313
<JsonEditor
314314
data={ jsonData }

0 commit comments

Comments
 (0)