From 53d63fd8700d6bac0f04a4643a4b5e1011b4e246 Mon Sep 17 00:00:00 2001 From: Eric Czajkowski Date: Tue, 28 Apr 2015 09:13:47 -0400 Subject: [PATCH] element tag misspelled greeting-box misspelled --- src/ngAnimate/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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