Skip to content

Commit

Permalink
Update official-typings-bugs.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
cw1997 authored Nov 18, 2024
1 parent 6b69a32 commit 74e3ed0
Showing 1 changed file with 1 addition and 1 deletion.
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 74e3ed0

Please sign in to comment.