Skip to content

Commit a3c9de3

Browse files
committed
update docusaurus
1 parent 8a85c26 commit a3c9de3

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
@@ -65,7 +65,7 @@ The Style Guide assumes the use of, but is not limited to:
6565

6666
## Types
6767

68-
When creating types we try to think of how they would best **describe our code**.
68+
When creating types, consider how they would best **describe our code**.
6969
Being expressive and keeping types as **narrow as possible** brings benefits to the codebase:
7070

7171
- Increased Type Safety - Catch errors at compile-time, since narrowed types provide more specific information about the shape and behavior of your data.

0 commit comments

Comments
 (0)