diff --git a/src/ngAnimate/module.js b/src/ngAnimate/module.js index 86ecf5c9a21d..9d54b4faad5a 100644 --- a/src/ngAnimate/module.js +++ b/src/ngAnimate/module.js @@ -601,7 +601,7 @@ * imagine we have a greeting box that shows and hides itself when the data changes * * ```html - * Hi there + * Hi there * ``` * * ```js