diff --git a/Libraries/Components/SliderIOS/SliderIOS.js b/Libraries/Components/SliderIOS/SliderIOS.js index a8f2f5125..dd473723c 100644 --- a/Libraries/Components/SliderIOS/SliderIOS.js +++ b/Libraries/Components/SliderIOS/SliderIOS.js @@ -40,7 +40,7 @@ var SliderIOS = React.createClass({ * Default value is 0. * * *This is not a controlled component*, e.g. if you don't update - * the value, the component won't be reset to it's inital value. + * the value, the component won't be reset to its inital value. */ value: PropTypes.number,