Skip to content

Commit 1b4703b

Browse files
kachhalimbunetman92
authored andcommitted
docs($cookiesProvider): fixed a typo
"This is *import* so that cookies will be visible" should be "This is *important* so that cookies will be visible" Closes angular#12264
1 parent 0870dc7 commit 1b4703b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngCookies/cookies.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ angular.module('ngCookies', ['ng']).
4343
* - **secure** - `{boolean}` - The cookie will be available only in secured connection.
4444
*
4545
* Note: by default the address that appears in your `<base>` tag will be used as path.
46-
* This is import so that cookies will be visible for all routes in case html5mode is enabled
46+
* This is important so that cookies will be visible for all routes in case html5mode is enabled
4747
*
4848
**/
4949
var defaults = this.defaults = {};

0 commit comments

Comments
 (0)