docs: With >>> with (#53472)

PR Close #53472
This commit is contained in:
nickolashkraus 2023-12-09 12:49:48 -06:00 committed by Jessica Janiuk
parent 3db755d411
commit f034d29023
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ The template syntax guides show you how to control the UX/UI by coordinating dat
## Empower your HTML
Extend the HTML vocabulary of your applications With special Angular syntax in your templates.
Extend the HTML vocabulary of your applications with special Angular syntax in your templates.
For example, Angular helps you get and set DOM \(Document Object Model\) values dynamically with features such as built-in template functions, variables, event listening, and data binding.
Almost all HTML syntax is valid template syntax.

View file

@ -32,7 +32,7 @@ To see all of them working together in one application, see the comprehensive <l
## Empower your HTML
Extend the HTML vocabulary of your applications With special Angular syntax in your templates.
Extend the HTML vocabulary of your applications with special Angular syntax in your templates.
For example, Angular helps you get and set DOM \(Document Object Model\) values dynamically with features such as built-in template functions, variables, event listening, and data binding.
Almost all HTML syntax is valid template syntax.