From 43e683339309bed0ba2db2446df37b18f6531b20 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 14 Oct 2019 06:41:05 +0800 Subject: [PATCH] correct typo --- _posts/2019-10-14-forcing-javascript-dom-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2019-10-14-forcing-javascript-dom-types.md b/_posts/2019-10-14-forcing-javascript-dom-types.md index 165667f..9044adb 100644 --- a/_posts/2019-10-14-forcing-javascript-dom-types.md +++ b/_posts/2019-10-14-forcing-javascript-dom-types.md @@ -137,5 +137,5 @@ Here's the full list of specific HTML Element APIs: Whoa, quite a lot, right? -For more info, you chan start with the `HTMLELement` Documentation [found here](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement) then read up on specific APIs from there. +For more info, you start with the `HTMLELement` Documentation [found here](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement) then read up on specific APIs from there.