Skip to content

Commit 74e3ed0

Browse files
authored
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

Lines changed: 1 addition & 1 deletion
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)