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

Commit b35e744

Browse files
rjatkinson2Narretz
authored andcommitted
docs(ngAnimate): fix typo in 'greetingBox' directive
Closes #11766 Closes #11747
1 parent d83bddc commit b35e744

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)