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

Commit f31c749

Browse files
teachrdancaitp
authored andcommitted
docs(API Reference): corrected two typos - two missing commas
In the ngAnimate section, there were two commas missing from two sentences. This is inconsistent with the grammar used in the rest of the API documentation and made the document (slightly) more difficult to read. The two sentences are shown below, with the new commas added: 1. "Once defined, the animation can be triggered" ^ comma added 2. "Once registered, the animation can be triggered" ^ comma added Closes #10447
1 parent a1e7eb6 commit f31c749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/api/index.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@ or JavaScript callbacks.
148148
{@link ngAnimate CSS-based animations}
149149
</td>
150150
<td>
151-
Follow ngAnimate’s CSS naming structure to reference CSS transitions / keyframe animations in AngularJS. Once defined the animation can be triggered by referencing the CSS class within the HTML template code.
151+
Follow ngAnimate’s CSS naming structure to reference CSS transitions / keyframe animations in AngularJS. Once defined, the animation can be triggered by referencing the CSS class within the HTML template code.
152152
</td>
153153
</tr>
154154
<tr>
155155
<td>
156156
{@link ngAnimate JS-based animations}
157157
</td>
158158
<td>
159-
Use {@link angular.Module#animation module.animation()} to register a JavaScript animation. Once registered the animation can be triggered by referencing the CSS class within the HTML template code.
159+
Use {@link angular.Module#animation module.animation()} to register a JavaScript animation. Once registered, the animation can be triggered by referencing the CSS class within the HTML template code.
160160
</td>
161161
</tr>
162162
</table>

0 commit comments

Comments
 (0)