From 05c2c6b290d2c3319439458128dd604d09d3a292 Mon Sep 17 00:00:00 2001 From: Chang Wei Date: Tue, 19 Nov 2024 21:36:21 +0800 Subject: [PATCH] Update official-typings-bugs.md (#760) --- README.md | 2 +- docs/basic/troubleshooting/official-typings-bugs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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