Skip to content

Commit 71ed45a

Browse files
Yousefnetman92
Yousef
authored andcommitted
docs(tutorial/12): fix grammar and punctuation
Closes angular#11036 Closes angular#11037
1 parent 78761f1 commit 71ed45a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_12.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,15 +225,15 @@ inserted into and removed from the list:
225225
* The `ng-leave` class is applied when they're removed from the list.
226226

227227
The phone listing items are added and removed depending on the data passed to the `ng-repeat` attribute.
228-
For example, if the filter data changes the items will be animated in and out of the repeat list.
228+
For example, if the filter data changes, the items will be animated in and out of the repeat list.
229229

230230
Something important to note is that when an animation occurs, two sets of CSS classes
231231
are added to the element:
232232

233233
1. a "starting" class that represents the style at the beginning of the animation
234234
2. an "active" class that represents the style at the end of the animation
235235

236-
The name of the starting class is the name of event that is fired (like `enter`, `move` or `leave`) prefixed with
236+
The name of the starting class is the name of the event that is fired (like `enter`, `move` or `leave`) prefixed with
237237
`ng-`. So an `enter` event will result in a class called `ng-enter`.
238238

239239
The active class name is the same as the starting class's but with an `-active` suffix.

0 commit comments

Comments
 (0)