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

docs(animations): fix minor typo's #16409

Merged
merged 1 commit into from
Jan 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/guide/animations.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ You may also want to setup a separate CSS file for defining CSS-based animations
## How they work

Animations in AngularJS are completely based on CSS classes. As long as you have a CSS class
attached to a HTML element within your application, you can apply animations to it. Lets say for
attached to an HTML element within your application, you can apply animations to it. Let's say for
example that we have an HTML template with a repeater like so:

```html
Expand Down