Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 697ad0e

Browse files
committed
Merge pull request #31 from Ivor/master
Update README.md Fixed typo: bootsrap -> bootstrap.
2 parents 05f095a + b0b0a7a commit 697ad0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This will copy the UI.Map files into a `bower_components` folder, along with its
2727

2828
__Make sure to listen to the [callback parameter when loading the Google Maps API](https://developers.google.com/maps/documentation/javascript/examples/map-simple-async) !
2929
The API must be fully loaded before this module !__
30-
Here we name this callback `onGoogleReady`. To load your angular app after the Google Maps API you can start it with [angular.bootsrap](http://docs.angularjs.org/api/angular.bootstrap).
30+
Here we name this callback `onGoogleReady`. To load your angular app after the Google Maps API you can start it with [angular.bootstrap](http://docs.angularjs.org/api/angular.bootstrap).
3131

3232
```javascript
3333
function onGoogleReady() {

0 commit comments

Comments
 (0)