Add missing 'and' in docs.

This commit is contained in:
Spencer Ahrens 2015-04-29 15:42:30 -07:00
parent 8efe148f07
commit f89bcacd86
1 changed files with 1 additions and 1 deletions

View File

@ -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