From 8cbd8f342244e0a1dd890c1582822ba15b225000 Mon Sep 17 00:00:00 2001 From: Salaheddine EL FARISSI Date: Sat, 29 Oct 2022 09:48:29 +0200 Subject: [PATCH] Correct for a typo in redux documentation --- docs/introduction/why-rtk-is-redux-today.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/why-rtk-is-redux-today.md b/docs/introduction/why-rtk-is-redux-today.md index 41a5893cfb..c4f2dc4bb7 100644 --- a/docs/introduction/why-rtk-is-redux-today.md +++ b/docs/introduction/why-rtk-is-redux-today.md @@ -1,6 +1,6 @@ --- id: why-rtk-is-redux-today -title: Why Redux Toolkit is How To Use Redux Today +title: Why Redux Toolkit and How To Use Redux Today description: 'Introduction > Why RTK is Redux Today: details on how RTK replaces the Redux core' ---