Skip to content

Commit d08102d

Browse files
rjatkinson2netman92
authored andcommitted
docs(ngAnimate): fix typo in 'greetingBox' directive
Closes angular#11766 Closes angular#11747
1 parent d623582 commit d08102d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngAnimate/module.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@
601601
* imagine we have a greeting box that shows and hides itself when the data changes
602602
*
603603
* ```html
604-
* <greeing-box active="onOrOff">Hi there</greeting-box>
604+
* <greeting-box active="onOrOff">Hi there</greeting-box>
605605
* ```
606606
*
607607
* ```js

0 commit comments

Comments
 (0)