Skip to content

Commit f29ea25

Browse files
committed
update docusaurus
1 parent 6c8aa56 commit f29ea25

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
@@ -366,7 +366,7 @@ type UserInfo = {
366366

367367
```
368368

369-
In case of declaration merging (e.g. extending third-party library types) use `interface` and disable lint rule.
369+
When performing declaration merging (e.g. extending third-party library types), use `interface` and disable the lint rule where necessary.
370370

371371
```ts
372372
// types.ts

0 commit comments

Comments
 (0)