Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 74e3ed0

Browse files
authoredNov 18, 2024··
Update official-typings-bugs.md
fix typo
1 parent 6b69a32 commit 74e3ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/basic/troubleshooting/official-typings-bugs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const f = (e: PlotlyHTMLElement) => {
3636
};
3737
```
3838

39-
You dont always have to implement the module, you can simply import the module as `any` for a quick start:
39+
You don't always have to implement the module, you can simply import the module as `any` for a quick start:
4040

4141
```tsx
4242
// my-typings.ts

0 commit comments

Comments
 (0)
Please sign in to comment.