From 0119d7d198236fa32541d07857a6be8d85ea62b6 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Tue, 22 Mar 2022 23:47:54 +0800 Subject: [PATCH] DOCS: Fix typos --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8133a78..32910cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,7 +65,7 @@ ## 2.0.0 - 2021-01-24 -♻️ Refactor to reduce JS/CSS payload size and improve accesibility: +♻️ Refactor to reduce JS/CSS payload size and improve accessibility: * Removed semantic-ui assets * Removed unused 'sphinx_tabs_nowarn' sphinx option @@ -73,7 +73,7 @@ * Changed tab HTML to use tab roles * Changed tab label colour, to increase contrast with background * Added ARIA labels for tabs and panels -* Added tabindex atributes to allow users to focus and switch tabs using a keyboard +* Added tabindex attributes to allow users to focus and switch tabs using a keyboard * Added a margin below images inside tab content ✨ New features: