Skip to content

Commit 0c91a26

Browse files
ryanguestchristopherdro
authored andcommitted
Fix a couple typos (react-native-maps#1375)
1 parent 1daa575 commit 0c91a26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Then add the AirGoogleMaps directory:
207207

208208
https://github.com/airbnb/react-native-maps/blob/1e71a21f39e7b88554852951f773c731c94680c9/docs/installation.md#ios
209209

210-
An unoffical step-by-step guide is also available at https://gist.github.com/heron2014/e60fa003e9b117ce80d56bb1d5bfe9e0
210+
An unofficial step-by-step guide is also available at https://gist.github.com/heron2014/e60fa003e9b117ce80d56bb1d5bfe9e0
211211

212212
## Examples
213213

lib/android/src/main/java/com/airbnb/android/react/maps/AirMapModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void execute (NativeViewHierarchyManager nvhm) {
8686
view.map.snapshot(new GoogleMap.SnapshotReadyCallback() {
8787
public void onSnapshotReady(@Nullable Bitmap snapshot) {
8888

89-
// Convert image to requested width/height if neccesary
89+
// Convert image to requested width/height if necessary
9090
if (snapshot == null) {
9191
promise.reject("Failed to generate bitmap, snapshot = null");
9292
return;

0 commit comments

Comments
 (0)