Skip to content

Commit 5474000

Browse files
committed
main - e482240 docs: fix typo in autocomplete by removing redundant word (#30644)
1 parent bb83e9b commit 5474000

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs-content/overviews/material/autocomplete/autocomplete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h3 id="require-an-option-to-be-selected" class="docs-header-link">
6767
Require an option to be selected
6868
</h3>
6969
<p>By default, the autocomplete will accept the value that the user typed into the input field.
70-
Instead, if you want to instead ensure that an option from the autocomplete was selected, you can
70+
Instead, if you want to ensure that an option from the autocomplete was selected, you can
7171
enable the <code>requireSelection</code> input on <code>mat-autocomplete</code>. This will change the behavior of
7272
the autocomplete in the following ways:</p>
7373
<ol>

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/components-examples",
3-
"version": "20.0.0-next.1+sha-23269f3",
3+
"version": "20.0.0-next.1+sha-e482240",
44
"description": "Angular Components Examples",
55
"private": true,
66
"repository": {
@@ -259,15 +259,15 @@
259259
},
260260
"homepage": "https://github.com/angular/components#readme",
261261
"peerDependencies": {
262-
"@angular/cdk": "20.0.0-next.1+sha-23269f3",
263-
"@angular/cdk-experimental": "20.0.0-next.1+sha-23269f3",
262+
"@angular/cdk": "20.0.0-next.1+sha-e482240",
263+
"@angular/cdk-experimental": "20.0.0-next.1+sha-e482240",
264264
"@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
265265
"@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
266-
"@angular/material": "20.0.0-next.1+sha-23269f3",
267-
"@angular/material-experimental": "20.0.0-next.1+sha-23269f3",
268-
"@angular/material-moment-adapter": "20.0.0-next.1+sha-23269f3",
269-
"@angular/material-luxon-adapter": "20.0.0-next.1+sha-23269f3",
270-
"@angular/material-date-fns-adapter": "20.0.0-next.1+sha-23269f3"
266+
"@angular/material": "20.0.0-next.1+sha-e482240",
267+
"@angular/material-experimental": "20.0.0-next.1+sha-e482240",
268+
"@angular/material-moment-adapter": "20.0.0-next.1+sha-e482240",
269+
"@angular/material-luxon-adapter": "20.0.0-next.1+sha-e482240",
270+
"@angular/material-date-fns-adapter": "20.0.0-next.1+sha-e482240"
271271
},
272272
"dependencies": {
273273
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)