Skip to content

Commit

Permalink
Fix typo in /dt name:<move>
Browse files Browse the repository at this point in the history
  • Loading branch information
Stalruth committed Jan 27, 2022
1 parent af02a7b commit 95a9201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/modules/dt-utils/moveInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function moveInfo(move, gen, verbose) {
inline: true
});
fields.push({
name: 'Power',
name: 'Category',
value: move.category,
inline: true
});
Expand Down

0 comments on commit 95a9201

Please sign in to comment.