We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f29e527 + 757e721 commit b0879a1Copy full SHA for b0879a1
README.md
@@ -65,7 +65,7 @@ or
65
```jsx
66
import { JsonEditor } from 'json-edit-react'
67
68
-// In your React components:
+// In your React component:
69
return
70
<JsonEditor
71
data={ jsonData }
@@ -308,7 +308,7 @@ const validate = ajv.compile(schema)
308
309
/// Etc....
310
311
-// In the React components:
+// In the React component:
312
313
314
0 commit comments