From 45f3e0d3e29926718d9755af7e68b58ee28df471 Mon Sep 17 00:00:00 2001 From: bravo-kernel Date: Sat, 3 Aug 2024 10:20:44 +0200 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b57fa5..5ab6265 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ component. > the correct action name to the `ThemeProvider` component. Make sure to use > absolute path when using nested routing. -This route it's used to store the preferred theme in the session storage when +This route is used to store the preferred theme in the session storage when the user changes it. ```ts