Skip to content

Commit

Permalink
chore(website): Fix typo for RTL tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Mar 18, 2022
1 parent d244602 commit ee9f34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/documentation/src/components/Layout/ToggleRTL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default function ToggleRTL({ as }: ToggleRTLProps): ReactElement {
>
{icon}
</AppBarAction>
<Tooltip {...tooltipProps}>TOggle right to left</Tooltip>
<Tooltip {...tooltipProps}>Toggle right to left</Tooltip>
</>
);
}

1 comment on commit ee9f34c

@vercel
Copy link

@vercel vercel bot commented on ee9f34c Mar 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.