Skip to content

Commit 5df1185

Browse files
committed
update docusaurus
1 parent c89a719 commit 5df1185

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
@@ -775,7 +775,7 @@ Examples:
775775
const Item = ({ role }: { role: UserRole }) => {...
776776
```
777777
778-
- Use const assertion objects when there is a strong use case for them.
778+
- Use const assertion objects when enumerating arbitrary values.
779779
780780
```ts
781781
// ❌ Avoid using enums

0 commit comments

Comments
 (0)