From f89bcacd86a7d3e85aadca35f62e10bcb8346c1f Mon Sep 17 00:00:00 2001 From: Spencer Ahrens Date: Wed, 29 Apr 2015 15:42:30 -0700 Subject: [PATCH] Add missing 'and' in docs. --- docs/NativeComponentsIOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/NativeComponentsIOS.md b/docs/NativeComponentsIOS.md index 3dae09528..fa467a0ce 100644 --- a/docs/NativeComponentsIOS.md +++ b/docs/NativeComponentsIOS.md @@ -58,7 +58,7 @@ This is now a fully-functioning native map view component in JavaScript, complet ## Properties -The first thing we can do to make this component more usable is to bridge over some native properties. Let's say we want to be able to disable pitch control specify the visible region. Disabling pitch is a simple boolean, so we just add this one line: +The first thing we can do to make this component more usable is to bridge over some native properties. Let's say we want to be able to disable pitch control and specify the visible region. Disabling pitch is a simple boolean, so we just add this one line: ```objective-c // RCTMapManager.m