diff --git a/docs/content/guide/animations.ngdoc b/docs/content/guide/animations.ngdoc index a7d2105298c6..a4ca96c9b07d 100644 --- a/docs/content/guide/animations.ngdoc +++ b/docs/content/guide/animations.ngdoc @@ -309,7 +309,7 @@ allows a lot of flexibility - you can either allow animations only for specific you are working with 3rd party animations), or exclude specific classes from getting animated. ```js -app.cofig($animateProvider) { +app.config($animateProvider) { $animateProvider.classNameFilter(/animate-/); }); ```