From a63e7dfd8f7d06a15c7cde22b7ccd57b6e5ac936 Mon Sep 17 00:00:00 2001 From: Jack Reed Date: Mon, 25 Oct 2021 15:42:36 -0600 Subject: [PATCH] Fixes a typo in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc03eba..decb053 100644 --- a/README.md +++ b/README.md @@ -324,7 +324,7 @@ To create a "right" modal dialog you have to: - block document scroll. Use [react-scroll-locky](https://github.com/theKashey/react-scroll-locky). - hide everything else from screen readers. Use [aria-hidden](https://github.com/theKashey/aria-hidden) -You may use [react-focus-on](https://github.com/theKashey/react-focus-on) to archive everything above, assembled in the right order. +You may use [react-focus-on](https://github.com/theKashey/react-focus-on) to achieve everything above, assembled in the right order. # Licence MIT