Skip to content

Commit 0b21105

Browse files
committed
update docusaurus
1 parent 02e3f5a commit 0b21105

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
@@ -303,7 +303,7 @@ const IDLE_ORDER = {
303303
### Template Literal Types
304304

305305
Embrace template literal types instead of using the broad `string` type wherever possible.
306-
Template literal types have many applicable use cases e.g. API endpoints, routing, internationalization, database queries, CSS typings ...
306+
Template literal types have many practical use cases, such as defining API endpoints, routes, internationalization, database queries, CSS typings etc.
307307

308308
```ts
309309
// ❌ Avoid

0 commit comments

Comments
 (0)