Skip to content

Commit bd02481

Browse files
committed
update docusaurus
1 parent d981499 commit bd02481

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
@@ -717,7 +717,7 @@ As rule of a thumb, try to:
717717
718718
Examples:
719719
720-
- Use literal types whenever possible to avoid creating runtime objects that add to the bundle size.
720+
- Use literal types to avoid runtime objects and reduce bundle size.
721721
722722
```ts
723723
// ❌ Avoid using enums as they increase the bundle size

0 commit comments

Comments
 (0)