fixed typo authored by queenofants's avatar queenofants
...@@ -14,7 +14,7 @@ Applies an aura to the target that makes it bouncy ...@@ -14,7 +14,7 @@ Applies an aura to the target that makes it bouncy
```yaml ```yaml
ExampleSkill: ExampleSkill:
Skills: Skills:
- bouncy{auraName=bouce;onBounceSkill=ExampleSkill2;ce=true} @target - bouncy{auraName=bounce;onBounceSkill=ExampleSkill2;ce=true} @target
ExampleSkill2: ExampleSkill2:
Skills: Skills:
... ...
......