Skip to content

Commit f89bcac

Browse files
committed
Add missing 'and' in docs.
1 parent 8efe148 commit f89bcac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/NativeComponentsIOS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This is now a fully-functioning native map view component in JavaScript, complet
5858

5959
## Properties
6060

61-
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:
61+
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:
6262

6363
```objective-c
6464
// RCTMapManager.m

0 commit comments

Comments
 (0)