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

Commit 53fd24f

Browse files
lazaruslaruetbosch
authored andcommitted
docs(form): changed capitalization in CSS classes section
In order to improve readability from "Is set" (confused on my screen as 'Ls set') updated the capitalization describing the setting of 4 CSS classes. Closes #5642
1 parent eb90672 commit 53fd24f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/ng/directive/form.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -249,10 +249,10 @@ function FormController(element, attrs) {
249249
*
250250
*
251251
* # CSS classes
252-
* - `ng-valid` Is set if the form is valid.
253-
* - `ng-invalid` Is set if the form is invalid.
254-
* - `ng-pristine` Is set if the form is pristine.
255-
* - `ng-dirty` Is set if the form is dirty.
252+
* - `ng-valid` is set if the form is valid.
253+
* - `ng-invalid` is set if the form is invalid.
254+
* - `ng-pristine` is set if the form is pristine.
255+
* - `ng-dirty` is set if the form is dirty.
256256
*
257257
*
258258
* # Submitting a form and preventing the default action

0 commit comments

Comments
 (0)