Skip to content

Commit 7e2b318

Browse files
committed
fixed typo
1 parent 2474fa4 commit 7e2b318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/screens/components/switch/code/SwitchCodePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const sections = [
155155
<tr>
156156
<td>ariaLabel</td>
157157
<td>
158-
<TableCode>{"strig"}</TableCode>
158+
<TableCode>{"string"}</TableCode>
159159
</td>
160160
<td>Specifies a string to be used as the name for the switch element when no `label` is provided.</td>
161161
<td>'Switch'</td>

0 commit comments

Comments
 (0)