Skip to content

Commit d010fc8

Browse files
authored
fix typo
1 parent 58c2889 commit d010fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/constants/identifiers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const SERVICE_IDENTIFIER = {
2-
BATTLE: Symbol.for("Batle"),
2+
BATTLE: Symbol.for("Battle"),
33
WARRIOR: Symbol.for("Warrior"),
44
WEAPON: Symbol.for("Weapon")
55
};

0 commit comments

Comments
 (0)