fixed typo authored by Lxlp's avatar Lxlp
...@@ -19,7 +19,7 @@ The syntax of a Metaskill is the following: ...@@ -19,7 +19,7 @@ The syntax of a Metaskill is the following:
```yaml ```yaml
internal_skillname: internal_skillname:
Cooldown: [seconds] Cooldown: [seconds]
OnCooldownSkill: [the metaskill to execute if this on is on cooldown] OnCooldownSkill: [the metaskill to execute if this one is on cooldown]
CancelIfNoTargets: [true/false] CancelIfNoTargets: [true/false]
Conditions: Conditions:
- condition1 - condition1
... ...
......