mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix typos (#61257)
Change grammar and fix typos in docs Fixes #61244 PR Close #61257
This commit is contained in:
parent
db815e98ac
commit
b2ade23282
4 changed files with 4 additions and 4 deletions
|
|
@ -120,4 +120,4 @@ class AppComponent implements OnInit {
|
|||
}
|
||||
</docs-code>
|
||||
|
||||
The scenario of dispatching events outside of the Angular zone may also arise. It's important to remember that triggering change detection (for example, manually) may result to the creation/update of views outside of the Angular zone.
|
||||
The scenario of dispatching events outside of the Angular zone may also arise. It's important to remember that triggering change detection (for example, manually) may result in the creation/update of views outside of the Angular zone.
|
||||
|
|
@ -268,7 +268,7 @@ The following code creates the validator class, `UniqueRoleValidator`, which imp
|
|||
|
||||
<docs-code path="adev/src/content/examples/form-validation/src/app/shared/role.directive.ts" visibleRegion="async-validator"/>
|
||||
|
||||
The `actorsService` property is initialized with an instace of the `ActorsService` token, which defines the following interface.
|
||||
The `actorsService` property is initialized with an instance of the `ActorsService` token, which defines the following interface.
|
||||
|
||||
<docs-code language="typescript">
|
||||
interface ActorsService {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ To merge the completed translations into your project, complete the following ac
|
|||
|
||||
1. Use the [Angular CLI][CliMain] to build a copy of the distributable files of your project
|
||||
1. Use the `"localize"` option to replace all of the i18n messages with the valid translations and build a localized variant application.
|
||||
A variant application is a complete a copy of the distributable files of your application translated for a single locale.
|
||||
A variant application is a complete copy of the distributable files of your application translated for a single locale.
|
||||
|
||||
After you merge the translations, serve each distributable copy of the application using server-side language detection or different subdirectories.
|
||||
|
||||
|
|
|
|||
|
|
@ -223,7 +223,7 @@ An ICU expression includes a component property, an ICU clause, and the case sta
|
|||
|
||||
</docs-code>
|
||||
|
||||
The component property defines the variable
|
||||
The component property defines the variable.
|
||||
An ICU clause defines the type of conditional text.
|
||||
|
||||
| ICU clause | Details |
|
||||
|
|
|
|||
Loading…
Reference in a new issue