Skip to content

Commit 8c25fce

Browse files
Update README.md
1 parent c435974 commit 8c25fce

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
@@ -277,7 +277,7 @@ Also remember to set your crop using the percentCrop on changes:
277277
const onCropChange = (crop, percentCrop) => setCrop(percentCrop)
278278
```
279279

280-
And your `aspect` crop should be set to the same aspect: `<ReactCrop aspect={16 / 9} ... />`.
280+
And your `aspect` prop should be set to the same value: `<ReactCrop aspect={16 / 9} ... />`.
281281

282282
## Contributing / Developing
283283

0 commit comments

Comments
 (0)