Skip to content

Commit

Permalink
docs: fix typos (angular#51201)
Browse files Browse the repository at this point in the history
PR Close angular#51201
  • Loading branch information
aanchal88 authored and alxhub committed Aug 1, 2023
1 parent 6691c49 commit a248307
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export class RadioControlValueAccessor extends BuiltInControlValueAccessor imple
* when an *enabled* control was attached. This bug was fixed in v15 in #47576.
*
* This had a side effect: previously, it was possible to instantiate a reactive form control
* with `[attr.disabled]=true`, even though the the corresponding control was enabled in the
* with `[attr.disabled]=true`, even though the corresponding control was enabled in the
* model. This resulted in a mismatch between the model and the DOM. Now, because
* `setDisabledState` is always called, the value in the DOM will be immediately overwritten
* with the "correct" enabled value.
Expand Down
2 changes: 1 addition & 1 deletion packages/router/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export class Router {
private readonly location = inject(Location);

/**
* Indicates whether the the application has opted in to binding Router data to component inputs.
* Indicates whether the application has opted in to binding Router data to component inputs.
*
* This option is enabled by the `withComponentInputBinding` feature of `provideRouter` or
* `bindToComponentInputs` in the `ExtraOptions` of `RouterModule.forRoot`.
Expand Down

0 comments on commit a248307

Please sign in to comment.