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

docs(guide/Using $location), docs(guide/i18n and l10n): Format and grammar fixes. #11870

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/guide/$location.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ A path should always begin with forward slash (`/`); the `$location.path()` sett
forward slash if it is missing.

Note that the `!` prefix in the hashbang mode is not part of `$location.path()`; it is actually
hashPrefix.
`hashPrefix`.

## Crawling your app

Expand Down
2 changes: 1 addition & 1 deletion docs/content/guide/i18n.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ matching is **case-sensitive**.

#### Selection Keywords

Selection keywords are simple words like "male" and "female". The keyword, "other", and it's
Selection keywords are simple words like "male" and "female". The keyword, "other", and its
corresponding message are required while others are optional. It is used when the Angular
expression does not match (case-insensitively) any of the other keywords specified.

Expand Down
2 changes: 1 addition & 1 deletion docs/content/guide/security.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In general, we recommend against this because it can create unintended XSS vecto

However, it's ok to mix server-side templating in the bootstrap template (`index.html`) as long
as user input cannot be used on the server to output html that would then be processed by Angular
in a way that would cause allow for arbitrary code execution.
in a way that would allow for arbitrary code execution.

For instance, you can use server-side templating to dynamically generate CSS, URLs, etc, but not
for generating templates that are bootstrapped/compiled by Angular.
Expand Down