From 1fb989064712a38768f586e8e591019dbd80b878 Mon Sep 17 00:00:00 2001 From: Bro3Simon <38329927+Bro3Simon@users.noreply.github.com> Date: Fri, 30 Nov 2018 14:28:06 -0500 Subject: [PATCH] fixed grammar mistake (#24673) changed "Cascading Style-sheets" to "Cascading Style Sheets" --- guide/english/angular/animations/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/angular/animations/index.md b/guide/english/angular/animations/index.md index f14272f757..358cc25c96 100644 --- a/guide/english/angular/animations/index.md +++ b/guide/english/angular/animations/index.md @@ -6,7 +6,7 @@ title: Animations #### Motivation -Modern web components frequently use animations. Cascading Style-sheets (CSS) arms developers with the tools to create impressive animations. Property transitions, uniquely named animations, multi-part keyframes are possible with CSS. The animatable possibilities are endless thanks to CSS. +Modern web components frequently use animations. Cascading Style Sheets (CSS) arms developers with the tools to create impressive animations. Property transitions, uniquely named animations, multi-part keyframes are possible with CSS. The animatable possibilities are endless thanks to CSS. In a modern web application, animation focuses the user’s attention. Good animations seek to guide the user’s attention in a satisfying, productive manner. Animations should not prove annoying to the user.