diff --git a/README.md b/README.md index e6a82477..f5219bf8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/basic/troubleshooting/official-typings-bugs.md b/docs/basic/troubleshooting/official-typings-bugs.md index 0254ef3b..37d89304 100644 --- a/docs/basic/troubleshooting/official-typings-bugs.md +++ b/docs/basic/troubleshooting/official-typings-bugs.md @@ -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