diff --git a/docs/CommunicationIOS.md b/docs/CommunicationIOS.md index 7b23c80ee..3e430636f 100644 --- a/docs/CommunicationIOS.md +++ b/docs/CommunicationIOS.md @@ -54,7 +54,7 @@ class ImageBrowserApp extends React.Component { render() { return ( - {this.props.imageList.map(this.renderImage)} + {this.props.images.map(this.renderImage)} ); }