docs(simple-animations): fix typo

This commit is contained in:
Sven Brodny
2024-02-20 17:57:04 +01:00
committed by GitHub
parent 97ec156973
commit 2586488795

View File

@@ -19,7 +19,7 @@ Well-designed animations can make your application more fun and straightforward
- Motion greatly enhances the user experience, so animations give users a chance to detect the application's response to their actions.
- Good animations intuitively call the user's attention to where it is needed.
I would recommend you to read the [official documentation](https://angular.io/guide/animations). You will learn everything that is necessary to successfully complete the challenge.
I would recommend you read the [official documentation](https://angular.io/guide/animations). You will learn everything that is necessary to successfully complete the challenge.
Otherwise look at this [working example](https://svenson95.github.io/ng-xmp-animations/) and [git repo](https://github.com/svenson95/ng-xmp-animations) to get inspired.