Skip to content

Commit

Permalink
docs: update README.md (#207)
Browse files Browse the repository at this point in the history
Corrected typo "Optionnal" to "Optional" in two places.
  • Loading branch information
dangrussell authored and dmytro-gokun committed Jan 24, 2020
1 parent 1cae360 commit 8eb920b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ import { NgxMapboxGLModule } from 'ngx-mapbox-gl';
imports: [
...
NgxMapboxGLModule.withConfig({
accessToken: 'TOKEN', // Optionnal, can also be set per map (accessToken input of mgl-map)
geocoderAccessToken: 'TOKEN' // Optionnal, specify if different from the map access token, can also be set per mgl-geocoder (accessToken input of mgl-geocoder)
accessToken: 'TOKEN', // Optional, can also be set per map (accessToken input of mgl-map)
geocoderAccessToken: 'TOKEN' // Optional, specify if different from the map access token, can also be set per mgl-geocoder (accessToken input of mgl-geocoder)
})
]
})
Expand Down

0 comments on commit 8eb920b

Please sign in to comment.