Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit c1ea652

Browse files
thelgevoldwardbell
authored andcommitted
docs(cb-dynamic-form): Fix a few minor grammar errors in dynamic form cookbook
closes #981
1 parent dc00a9f commit c1ea652

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

public/docs/ts/latest/cookbook/dynamic-form.jade

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ include ../_util-fns
77

88
It may be more economical to create the forms dynamically, based on metadata that describe the business object model.
99

10-
In this cookbook we show how to use `ngFormModel` to dynamically to render a simple form with different control types and validation.
10+
In this cookbook we show how to use `ngFormModel` to dynamically render a simple form with different control types and validation.
1111
It's a primitive start.
1212
It might evolve to support a much richer variety of questions, more graceful rendering, and superior user experience.
1313
All such greatness has humble beginnings.
1414

15-
Our example we use a dynamic form to build an online application experience for heroes seeking employment.
15+
In our example we use a dynamic form to build an online application experience for heroes seeking employment.
1616
The agency is constantly tinkering with the application process.
1717
We can create the forms on the fly *without changing our application code*.
1818

@@ -119,7 +119,7 @@ include ../_util-fns
119119
<a id="dynamic-template"></a>
120120
:marked
121121
## Dynamic Template
122-
Although in this example we're model a job application for heroes, there are no references to any specific hero question
122+
Although in this example we're modelling a job application for heroes, there are no references to any specific hero question
123123
outside the objects returned by `QuestionService`.
124124

125125
This is very important since it allows us to repurpose the components for any type of survey

0 commit comments

Comments
 (0)