Skip to content

Commit

Permalink
docs(ngAnimate): fix typo in 'greetingBox' directive
Browse files Browse the repository at this point in the history
  • Loading branch information
rjatkinson2 authored and netman92 committed Aug 8, 2015
1 parent d623582 commit d08102d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ngAnimate/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@
* imagine we have a greeting box that shows and hides itself when the data changes
*
* ```html
* <greeing-box active="onOrOff">Hi there</greeting-box>
* <greeting-box active="onOrOff">Hi there</greeting-box>
* ```
*
* ```js
Expand Down

0 comments on commit d08102d

Please sign in to comment.