Skip to content

Commit 25bc760

Browse files
authored
docs(input): fix example references (#8221)
1 parent cf11ff2 commit 25bc760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/input/input.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ must implement a single method `isErrorState` which takes the `FormControl` for
5959
well as the parent form and returns a boolean indicating whether errors should be shown. (`true`
6060
indicating that they should be shown, and `false` indicating that they should not.)
6161

62-
<!-- example(input-error-state-matcher-example) -->
62+
<!-- example(input-error-state-matcher) -->
6363

6464
A global error state matcher can be specified by setting the `ErrorStateMatcher` provider. This
6565
applies to all inputs. For convenience, `ShowOnDirtyErrorStateMatcher` is available in order to
@@ -80,7 +80,7 @@ globally cause input errors to show when the input is dirty and invalid.
8080
native `<textarea>` elements. The min and max size of the textarea can be specified in rows, using
8181
the `matAutosizeMinRows` and `matAutosizeMaxRows` properties respectively.
8282

83-
<!-- example(input-autosize-textarea-example) -->
83+
<!-- example(input-autosize-textarea) -->
8484

8585
### Accessibility
8686

0 commit comments

Comments
 (0)