Skip to content

Commit a921ad5

Browse files
committed
update docusaurus
1 parent a3c9de3 commit a921ad5

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
@@ -66,7 +66,7 @@ The Style Guide assumes the use of, but is not limited to:
6666
## Types
6767

6868
When creating types, consider how they would best **describe our code**.
69-
Being expressive and keeping types as **narrow as possible** brings benefits to the codebase:
69+
Being expressive and keeping types as **narrow as possible** offers several 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.
7272
- Improved Code Clarity - Cognitive load is reduced by providing clearer boundaries and constraints on your data which makes your code easier to understand by other developers.

0 commit comments

Comments
 (0)