Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

docs(changelog): fix typos in 1.8.1/1.8.2 notes #17093

Closed
wants to merge 2 commits into from

Conversation

gkalpak
Copy link
Member

@gkalpak gkalpak commented Oct 24, 2020

  • Remove stray backtick.
  • Add missing preposition (identical --> identical to).
  • Remove 1.8.1 change from the 1.8.2 section.

- Remove stray backtick.
- Add missing preposition (`identical` --> `identical to`).
- Remove 1.8.1 change from the 1.8.2 section.
@google-cla google-cla bot added the cla: yes label Oct 24, 2020
CHANGELOG.md Outdated
@@ -28,7 +26,7 @@
## Deprecation Notices

- Deprecated ~~`$compileProvider.aHrefSanitizationWhitelist`~~.
It is now [aHrefSanitizationTrustedUrlList](https://docs.angularjs.org/api/ng/provider/$compileProvider#aHrefSanitizationTrustedUrlList)`.
It is now [aHrefSanitizationTrustedUrlList](https://docs.angularjs.org/api/ng/provider/$compileProvider#aHrefSanitizationTrustedUrlList).
Copy link
Member

@mgol mgol Oct 24, 2020

Choose a reason for hiding this comment

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

I'd suggest using backticks for the name, this would be more compatible with how the replaced APIs are written. E.g. here:

Suggested change
It is now [aHrefSanitizationTrustedUrlList](https://docs.angularjs.org/api/ng/provider/$compileProvider#aHrefSanitizationTrustedUrlList).
It is now [`aHrefSanitizationTrustedUrlList`](https://docs.angularjs.org/api/ng/provider/$compileProvider#aHrefSanitizationTrustedUrlList).

Similar changes can be done for all other lines here.

@gkalpak gkalpak closed this in 2e72ea1 Oct 25, 2020
gkalpak added a commit that referenced this pull request Oct 25, 2020
- Remove stray backtick.
- Add missing preposition (`identical` --> `identical to`).
- Remove 1.8.1 change from the 1.8.2 section.

Closes #17093
@gkalpak gkalpak deleted the docs-changelog-typos-1_8_2 branch October 25, 2020 09:44
AnkushLambdatest pushed a commit to AnkushLambdatest/angular.js that referenced this pull request Jun 29, 2022
- Remove stray backtick.
- Add missing preposition (`identical` --> `identical to`).
- Remove 1.8.1 change from the 1.8.2 section.

Closes angular#17093
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.

None yet

2 participants