Skip to content

Commit

Permalink
corrected string spelling in type.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sethdivyansh committed May 30, 2024
1 parent 91d4931 commit 35ad142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/uno-game-engine/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ type UNOCard = {
type: CardType;
color: CardColor;
value: CardValue;
id: String;
id: string;
};

0 comments on commit 35ad142

Please sign in to comment.