From 74e3ed01bd53398cdced73a5608f0785ca46ed06 Mon Sep 17 00:00:00 2001 From: Chang Wei Date: Mon, 18 Nov 2024 19:46:07 +0800 Subject: [PATCH 1/2] Update official-typings-bugs.md fix typo --- docs/basic/troubleshooting/official-typings-bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 9944cd39a910d3fc039dc929d584049377530052 Mon Sep 17 00:00:00 2001 From: Chang Wei Date: Tue, 19 Nov 2024 15:29:34 +0800 Subject: [PATCH 2/2] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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