Skip to content

Commit

Permalink
add a missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 20, 2024
1 parent 5edc995 commit 96f8bb9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ export abstract class AbstractRenderer {
* https://github.com/storybookjs/storybook/issues/29132
*
* This method filters accents from a given raw id. For example, this method converts
* 'Example/Button with an "é" accent' into 'Example/Button with an "e" accent'
* 'Example/Button with an "é" accent' into 'Example/Button with an "e" accent'.
*
* @memberof AbstractRenderer
* @protected
Expand Down

0 comments on commit 96f8bb9

Please sign in to comment.