Skip to content

Commit

Permalink
🏷️ Update entity type
Browse files Browse the repository at this point in the history
  • Loading branch information
carloscuesta authored Jan 1, 2023
1 parent e5a2d4f commit 041434f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gitmojis/src/gitmojis.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ declare module 'gitmojis' {
* Gitmoji hexadecimal entity.
* @example '🎨', '⚡', '🔥', '🐛'
*/
readonly entity: string;
readonly entity: `&#${string};`;
/**
* Gitmoji use-case description.
*/
Expand Down

0 comments on commit 041434f

Please sign in to comment.