Skip to content

Commit

Permalink
More fixed review.
Browse files Browse the repository at this point in the history
  • Loading branch information
terabytesoftw committed Jan 21, 2025
1 parent 343829a commit eb26dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ButtonType.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
enum ButtonType: string
{
/**
* Link button - Renders as `<a>` element.
* Link button, renders as `<a>` element.
*/
case LINK = 'link';
/**
Expand Down

0 comments on commit eb26dae

Please sign in to comment.