Skip to content

Commit 05c2c6b

Browse files
authored
Update official-typings-bugs.md (#760)
1 parent 6b69a32 commit 05c2c6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2652,7 +2652,7 @@ const f = (e: PlotlyHTMLElement) => {
26522652
};
26532653
```
26542654
2655-
You dont always have to implement the module, you can simply import the module as `any` for a quick start:
2655+
You don't always have to implement the module, you can simply import the module as `any` for a quick start:
26562656
26572657
```tsx
26582658
// my-typings.ts

Diff for: 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)