Skip to content

Commit 02e3f5a

Browse files
committed
update docusaurus
1 parent 4d0ff16 commit 02e3f5a

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
@@ -302,7 +302,7 @@ const IDLE_ORDER = {
302302

303303
### Template Literal Types
304304

305-
Embrace using template literal types, instead of just wide `string` type.
305+
Embrace template literal types instead of using the broad `string` type wherever possible.
306306
Template literal types have many applicable use cases e.g. API endpoints, routing, internationalization, database queries, CSS typings ...
307307

308308
```ts

0 commit comments

Comments
 (0)