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

docs($cookiesProvider): Clarify cookie domain rules #13853

Closed
wants to merge 2 commits into from

Conversation

isaaclyman
Copy link
Contributor

Fixed a grammatical mistake ("equals to"), made hyphenation consistent, fixed punctuation and clarified the sentence structure.

Fixed a grammatical mistake ("equals to"), made hyphenation consistent, fixed punctuation and clarified the sentence structure.
* - **expires** - `{string|Date}` - String of the form "Wdy, DD Mon YYYY HH:MM:SS GMT"
* or a Date object indicating the exact date/time this cookie will expire.
* - **secure** - `{boolean}` - The cookie will be available only in secured connection.
* - **secure** - `{boolean}` - `true` if the cookie will be available only through a
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you mean "if true, then ..."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, I'll update that line.

@Narretz Narretz self-assigned this Jan 27, 2016
@Narretz Narretz closed this in b11120b Jan 27, 2016
Narretz pushed a commit that referenced this pull request Jan 27, 2016
Fixed a grammatical mistake ("equals to"), made hyphenation consistent, fixed punctuation and
clarified the sentence structure.

Closes #13853
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants