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

Commit 16f12c8

Browse files
Yousefpkozlowski-opensource
Yousef
authored andcommitted
docs(tutorial/12): fix grammar and punctuation
Closes #11036 Closes #11037
1 parent a9e02de commit 16f12c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_12.ngdoc

Lines changed: 2 additions & 2 deletions
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)