Skip to content

Commit 9e71810

Browse files
committed
update docusaurus
1 parent 04c6696 commit 9e71810

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
@@ -888,7 +888,7 @@ While it's often hard to find the best name, aim to optimize code for consistenc
888888
} as const;
889889
```
890890
891-
If type exist use [Type-Safe Constants With Satisfies](#type-safe-constants-with-satisfies).
891+
If a type exists use [Type-Safe Constants With Satisfies](#type-safe-constants-with-satisfies).
892892
893893
```ts
894894
// OrderStatus is predefined (e.g. generated from database schema, API)

0 commit comments

Comments
 (0)