Skip to content

Commit d981499

Browse files
committed
update docusaurus
1 parent 5df1185 commit d981499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ Examples:
742742
const isGuest = (role: UserRole) => role === 'guest';
743743
```
744744
745-
- Use const assertion arrays when you need to loop through the values.
745+
- Use const assertion arrays when looping through values.
746746
747747
```tsx
748748
// ❌ Avoid using enums

0 commit comments

Comments
 (0)