diff --git a/docs/RNCamera.md b/docs/RNCamera.md index 956173862..636b27875 100644 --- a/docs/RNCamera.md +++ b/docs/RNCamera.md @@ -208,7 +208,7 @@ Use the `autoFocus` property to specify the auto focus setting of your camera. ` Values: Object `{ x: 0.5, y: 0.5 }`. Values (iOS): Object `{ x: 0.5, y: 0.5, autoExposure }`. -Setting this property causes the auto focus feature of the camera to attempt to focus on the part of the image at this coordiate. +Setting this property causes the auto focus feature of the camera to attempt to focus on the part of the image at this coordinate. Coordinates values are measured as floats from `0` to `1.0`. `{ x: 0, y: 0 }` will focus on the top left of the image, `{ x: 1, y: 1 }` will be the bottom right. Values are based on landscape mode with the home button on the right—this applies even if the device is in portrait mode.