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

Commit 33b3901

Browse files
marvin-SLgkalpak
authored andcommitted
docs(guide/animations): fix typos in example
Closes #14111
1 parent ad15db8 commit 33b3901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/animations.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ allows a lot of flexibility - you can either allow animations only for specific
309309
you are working with 3rd party animations), or exclude specific classes from getting animated.
310310

311311
```js
312-
app.cofig($animateProvider) {
312+
app.config(function($animateProvider) {
313313
$animateProvider.classNameFilter(/animate-/);
314314
});
315315
```

0 commit comments

Comments
 (0)