Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroffice authored Apr 4, 2020
1 parent c5fdd22 commit dece7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GettingStarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Manually sets the connectivity state of the app, bypassing any checks to the Con
```js
import MapboxGL from "@react-native-mapbox-gl/maps";

MapboxGL.setConneced(true);
MapboxGL.setConnected(true);
```

## Disabling Telemetry
Expand Down

0 comments on commit dece7c2

Please sign in to comment.