We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c2889 commit d010fc8Copy full SHA for d010fc8
src/constants/identifiers.ts
@@ -1,5 +1,5 @@
1
const SERVICE_IDENTIFIER = {
2
- BATTLE: Symbol.for("Batle"),
+ BATTLE: Symbol.for("Battle"),
3
WARRIOR: Symbol.for("Warrior"),
4
WEAPON: Symbol.for("Weapon")
5
};
0 commit comments