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

Commit b7aba16

Browse files
amZottiNarretz
authored andcommitted
docs(form): Add comma to line 319 for readability
Line 319 is hard to read on the first glimpse. Currently the sentence reads: "In Angular forms can be nested" The sentence should read either "In Angular, forms can be nested" or "Forms can be nested in angular" I changed it to the former in this pull request. Closes #11271
1 parent a72e1c4 commit b7aba16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/form.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ function FormController(element, attrs, $scope, $animate, $interpolate) {
316316
*
317317
* # Alias: {@link ng.directive:ngForm `ngForm`}
318318
*
319-
* In Angular forms can be nested. This means that the outer form is valid when all of the child
319+
* In Angular, forms can be nested. This means that the outer form is valid when all of the child
320320
* forms are valid as well. However, browsers do not allow nesting of `<form>` elements, so
321321
* Angular provides the {@link ng.directive:ngForm `ngForm`} directive which behaves identically to
322322
* `<form>` but can be nested. This allows you to have nested forms, which is very useful when

0 commit comments

Comments
 (0)