Skip to content

Commit 3f21b82

Browse files
committed
update docusaurus
1 parent 291471a commit 3f21b82

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 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.
439+
TypeScript provides two options for defining types: `type` and `interface`. While these options have some functional differences, they are interchangeable in most cases. 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)