Skip to content

Commit

Permalink
main - 7a2191906 docs(material/autocomplete): fix autocomplete typo (…
Browse files Browse the repository at this point in the history
…#27662)
  • Loading branch information
naaajii committed Aug 17, 2023
1 parent 7ca0408 commit 07979b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs-content/api-docs/material-autocomplete.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h4 id="MatAutocomplete" class="docs-header-link docs-api-h4 docs-api-class-name
</p>
</td>
<td class="docs-api-property-description"><p>Whether the user is required to make a selection when they&#39;re interacting with the
autocomplete. If the user moves away from the autcomplete without selecting an option from
autocomplete. If the user moves away from the autocomplete without selecting an option from
the list, the value will be reset. If the user opens the panel and closes it without
interacting or selecting a value, the initial value will be kept.</p>
</td>
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/components-examples",
"version": "17.0.0-next.0+sha-ae87fcd",
"version": "17.0.0-next.0+sha-7a21919",
"description": "Angular Components Examples",
"private": true,
"repository": {
Expand Down Expand Up @@ -369,15 +369,15 @@
},
"homepage": "https://github.com/angular/components#readme",
"peerDependencies": {
"@angular/cdk": "17.0.0-next.0+sha-ae87fcd",
"@angular/cdk-experimental": "17.0.0-next.0+sha-ae87fcd",
"@angular/cdk": "17.0.0-next.0+sha-7a21919",
"@angular/cdk-experimental": "17.0.0-next.0+sha-7a21919",
"@angular/core": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
"@angular/common": "^17.0.0-0 || ^17.1.0-0 || ^17.2.0-0 || ^17.3.0-0 || ^18.0.0-0",
"@angular/material": "17.0.0-next.0+sha-ae87fcd",
"@angular/material-experimental": "17.0.0-next.0+sha-ae87fcd",
"@angular/material-moment-adapter": "17.0.0-next.0+sha-ae87fcd",
"@angular/material-luxon-adapter": "17.0.0-next.0+sha-ae87fcd",
"@angular/material-date-fns-adapter": "17.0.0-next.0+sha-ae87fcd"
"@angular/material": "17.0.0-next.0+sha-7a21919",
"@angular/material-experimental": "17.0.0-next.0+sha-7a21919",
"@angular/material-moment-adapter": "17.0.0-next.0+sha-7a21919",
"@angular/material-luxon-adapter": "17.0.0-next.0+sha-7a21919",
"@angular/material-date-fns-adapter": "17.0.0-next.0+sha-7a21919"
},
"dependencies": {
"tslib": "^2.3.0"
Expand Down

0 comments on commit 07979b8

Please sign in to comment.