Skip to content

Commit 291471a

Browse files
committed
update docusaurus
1 parent 8c04af6 commit 291471a

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
@@ -436,7 +436,7 @@ const newUser = createUser('Gabriel');
436436

437437
### Type Definition
438438

439-
TypeScript offers two options for type definitions - `type` and `interface`. As they come with some functional differences in most cases they can be used interchangeably. We try to limit syntax difference and pick one for consistency.
439+
TypeScript provides two options for defining types: `type` and `interface`. As they come with some functional differences in most cases they can be used interchangeably. We try to limit syntax difference and pick one for consistency.
440440

441441
<Rule
442442
prefix="All types must be defined with type alias"

0 commit comments

Comments
 (0)