Skip to content

Commit

Permalink
fix: correct the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaevAlexandr committed May 21, 2024
1 parent 90b9863 commit 8cb242e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Text/__stories__/Text.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const WordBreak: Story = {
};

const LabelWithControlledFocusStory = () => {
const ref = React.useRef<HTMLLabelElement>(null); // don't delete this ref - needed to check currect react html type inshurance
const ref = React.useRef<HTMLLabelElement>(null); // don't delete this ref - needed to check correct react html type inshurance
const id = 'some-id';

return (
Expand Down

0 comments on commit 8cb242e

Please sign in to comment.