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

Commit 22a2144

Browse files
jiimahowesleycho
authored andcommitted
fix(modal): fix minor grammar error
Closes #3519
1 parent c2ace47 commit 22a2144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modal/modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ angular.module('ui.bootstrap.modal', [])
362362
var $modalProvider = {
363363
options: {
364364
animation: true,
365-
backdrop: true, //can be also false or 'static'
365+
backdrop: true, //can also be false or 'static'
366366
keyboard: true
367367
},
368368
$get: ['$injector', '$rootScope', '$q', '$http', '$templateCache', '$controller', '$modalStack',

0 commit comments

Comments
 (0)