File tree 2 files changed +2
-2
lines changed
docs/basic/troubleshooting
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2652,7 +2652,7 @@ const f = (e: PlotlyHTMLElement) => {
2652
2652
};
2653
2653
` ` `
2654
2654
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:
2656
2656
2657
2657
` ` ` tsx
2658
2658
// my-typings.ts
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ const f = (e: PlotlyHTMLElement) => {
36
36
};
37
37
```
38
38
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:
40
40
41
41
``` tsx
42
42
// my-typings.ts
You can’t perform that action at this time.
0 commit comments