Skip to content

Commit

Permalink
Merge pull request #3346 from CrossEye/master
Browse files Browse the repository at this point in the history
Fixing minor typo
  • Loading branch information
fzaninotto authored Jun 19, 2019
2 parents a303ac5 + b5f2928 commit 651abb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ const ItemEdit = (props) => (
```html
<span>
<input type="number" placeholder="longitude" value={record.lat} />
<input type="number" placeholder="latitude" value={record.lat} />
<input type="number" placeholder="longitude" value={record.lng} />
</span>
```
Expand Down

0 comments on commit 651abb6

Please sign in to comment.