Skip to content

Commit

Permalink
Update official-typings-bugs.md (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elegantdev23 committed Nov 19, 2024
1 parent 6d5f80f commit a94405d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2652,7 +2652,7 @@ const f = (e: PlotlyHTMLElement) => {
};
```
You dont always have to implement the module, you can simply import the module as `any` for a quick start:
You don't always have to implement the module, you can simply import the module as `any` for a quick start:
```tsx
// my-typings.ts
Expand Down
2 changes: 1 addition & 1 deletion docs/basic/troubleshooting/official-typings-bugs.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const f = (e: PlotlyHTMLElement) => {
};
```

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

```tsx
// my-typings.ts
Expand Down

0 comments on commit a94405d

Please sign in to comment.