Skip to content

Commit 52964a9

Browse files
committed
address comments
1 parent b110cdd commit 52964a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/select/select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The select component is set up as a custom value accessor, so you can manipulate
1616
using any of the form directives from the core `FormsModule` or `ReactiveFormsModule`: `ngModel`,
1717
`formControl`, etc. As with native `<select>`, `<mat-select>` also supports a `compareWith`
1818
function. (Additional information about using a custom `compareWith` function can be found in the
19-
[angular forms documentation](https://angular.io/api/forms/SelectControlValueAccessor#caveat-option-selection)).
19+
[Angular forms documentation](https://angular.io/api/forms/SelectControlValueAccessor#caveat-option-selection)).
2020

2121
<!-- example(select-form) -->
2222

0 commit comments

Comments
 (0)