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

Commit 7984669

Browse files
cvenezianir3trofitted
authored andcommitted
Fix typo in Log error messages
1 parent aa9e2d4 commit 7984669

File tree

1 file changed

+1
-1
lines changed
  • app/assets/javascripts/battletype

1 file changed

+1
-1
lines changed

app/assets/javascripts/battletype/logs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
var ERROR_CODES_AND_MESSAGES_MAP = {
2525
"attack": {
2626
"english_word": "Must be an English word",
27-
"long_enough": "Word is not long enought",
27+
"long_enough": "Word is not long enough",
2828
"unique_case_insensitive_word": "Word must be unique"
2929
},
3030
"bomb": {

0 commit comments

Comments
 (0)