Skip to content

Commit 5a5ee21

Browse files
committed
update docusaurus
1 parent 9bc6610 commit 5a5ee21

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
@@ -277,7 +277,7 @@ const customColor: Color = '#AD3128';
277277

278278
### Type-Safe Constants with satisfies
279279

280-
The `as const satisfies` syntax is a powerful feature in TypeScript that combines strict type-checking and immutability for constants. It is particularly useful when defining constants that need to conform to a specific type.
280+
The `as const satisfies` syntax is a powerful TypeScript feature that combines strict type-checking and immutability for constants. It is particularly useful when defining constants that need to conform to a specific type.
281281

282282
Key benefits:
283283

0 commit comments

Comments
 (0)