docs(guide/Animations): fix minor typos

Closes #16409
This commit is contained in:
Frederik Prijck
2018-01-15 13:10:10 +01:00
committed by Martin Staffa
parent 7a9b7ba913
commit ddbf197ad9
+1 -1
View File
@@ -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