Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 91212d9

Browse files
kachhalimbuNarretz
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 #12264
1 parent b661887 commit 91212d9

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)