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

Commit 05f095a

Browse files
committed
Merge pull request #27 from devesh/patch-1
Fix typo.
2 parents 51ea1b9 + 4c24e9d commit 05f095a

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
@@ -41,7 +41,7 @@ Add the UI.Map module as a dependency to your application module :
4141
var myAppModule = angular.module('app.ui-map', ['ui.map']);
4242
```
4343

44-
Finally, add the directive to tour html:
44+
Finally, add the directive to your html:
4545

4646
```html
4747
<section id="map" ng-controller="MapCtrl" >

0 commit comments

Comments
 (0)