From 456018b0a27f5b2d8463310e8cbb56727e29a0ef Mon Sep 17 00:00:00 2001 From: Craig Johnson Date: Wed, 13 Apr 2016 01:25:54 +0530 Subject: [PATCH] Possible typo correction Looks like 'and' was supposed to be used but 'an' ended up there. --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index a9fc608..b2b293d 100644 --- a/js/app.js +++ b/js/app.js @@ -63,7 +63,7 @@ var app = angular.module('demo', []).controller('DemoCtrl', function($scope) { }, { name: 'Leaflet', - desc: 'This directive allows you to embed an interact with maps managed by Leaflet library.', + desc: 'This directive allows you to embed and interact with maps managed by Leaflet library.', src: 'https://github.com/angular-ui/ui-leaflet', home: 'http://angular-ui.github.io/ui-leaflet/' },