Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Fixed a typo in forms.ngdoc #6556

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/guide/forms.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Note that `novalidate` is used to disable browser's native form validation.

# Using CSS classes

To allow styling of form as well as controls, `ngModel` add these CSS classes:
To allow styling of form as well as controls, `ngModel` adds these CSS classes:

- `ng-valid`
- `ng-invalid`
Expand Down