Skip to content

Commit cd7683e

Browse files
committed
update
1 parent 1b9ebd9 commit cd7683e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Submitting a new value calls your `onEdit` callback method
8686

8787
![alt text](https://github.com/mac-s-g/react-json-view/blob/master/doc/edit-complete-1.png?raw=true "edit submitted")
8888

89-
The `onEdit` is passed an `edit` variable. The edit variable will have the following contents:
89+
The `onEdit` function is passed an `edit` variable. The edit variable will have the following contents:
9090
```
9191
const edit = {
9292
updated_src: src, //new src value

0 commit comments

Comments
 (0)