Skip to content

Commit ee9f34c

Browse files
committed
chore(website): Fix typo for RTL tooltip
1 parent d244602 commit ee9f34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/src/components/Layout/ToggleRTL.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default function ToggleRTL({ as }: ToggleRTLProps): ReactElement {
4848
>
4949
{icon}
5050
</AppBarAction>
51-
<Tooltip {...tooltipProps}>TOggle right to left</Tooltip>
51+
<Tooltip {...tooltipProps}>Toggle right to left</Tooltip>
5252
</>
5353
);
5454
}

0 commit comments

Comments
 (0)