Skip to content

docs: fix grammar, syntax, and broken link in elements guide#67066

Open
wbreakell wants to merge 1 commit intoangular:mainfrom
wbreakell:fix-elements
Open

docs: fix grammar, syntax, and broken link in elements guide#67066
wbreakell wants to merge 1 commit intoangular:mainfrom
wbreakell:fix-elements

Conversation

@wbreakell
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

The elements.md page contains a few grammatical, syntax, and formatting errors:

  • In the "Mapping" section, the subject "Component properties and logic" incorrectly uses the singular verb "maps".
  • The "Mapping" section incorrectly formats an inline code block, wrapping the word "with" inside the backticks along with the code (with valueChanged = output()).
  • The "Typings" section uses invalid syntax input(string) for a signal input example.
  • The link to "Creating custom events" points to an incorrect anchor, failing to scroll to the relevant section.
  • The "Limitations" section incorrectly capitalizes "AngularJs" instead of "AngularJS".

Issue Number: N/A

What is the new behavior?

The guide has been updated to correct these issues:

  • Fixed grammar to "Component properties and logic map".
  • Corrected the inline code formatting to strictly wrap the code snippet: "with valueChanged = output()".
  • Updated the signal input example to use valid syntax: input('').
  • Updated the "Creating custom events" link to the correct MDN anchor (#creating_custom_events).
  • Standardized branding to "AngularJS".

Does this PR introduce a breaking change?

  • Yes
  • No

@pullapprove pullapprove bot requested a review from thePunderWoman February 14, 2026 05:46
@angular-robot angular-robot bot added the area: docs Related to the documentation label Feb 14, 2026
@ngbot ngbot bot added this to the Backlog milestone Feb 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Related to the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant