Skip to content

Commit 2abdd03

Browse files
craigdanjProLoser
authored andcommitted
Possible typo correction (#107)
Looks like 'and' was supposed to be used but 'an' ended up there.
1 parent 480be75 commit 2abdd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) {
6363
},
6464
{
6565
name: 'Leaflet',
66-
desc: 'This directive allows you to embed an interact with maps managed by Leaflet library.',
66+
desc: 'This directive allows you to embed and interact with maps managed by Leaflet library.',
6767
src: 'https://github.com/angular-ui/ui-leaflet',
6868
home: 'http://angular-ui.github.io/ui-leaflet/'
6969
},

0 commit comments

Comments
 (0)