Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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