From 727eb557ed590edd4984b5ed2445e44b14430a46 Mon Sep 17 00:00:00 2001 From: Naveen Yadav Date: Mon, 15 Apr 2024 04:59:05 -0400 Subject: [PATCH] docs: Update spelling in devtools.md (#7269) --- docs/framework/react/devtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/react/devtools.md b/docs/framework/react/devtools.md index d677da0f4c..7962c97ea7 100644 --- a/docs/framework/react/devtools.md +++ b/docs/framework/react/devtools.md @@ -9,7 +9,7 @@ When you begin your React Query journey, you'll want these devtools by your side > Please note that for now, the devtools **do not support React Native**. If you would like to help us make the devtools platform-agnostic, please let us know! -> Exciting News: We now have a seperate package for React Native React Query DevTools! This new addition brings native support, allowing you to integrate DevTools directly into your React Native projects. Check it out and contribute here: [react-native-react-query-devtools](https://github.com/LovesWorking/react-native-react-query-devtools) +> Exciting News: We now have a separate package for React Native React Query DevTools! This new addition brings native support, allowing you to integrate DevTools directly into your React Native projects. Check it out and contribute here: [react-native-react-query-devtools](https://github.com/LovesWorking/react-native-react-query-devtools) > An external tool is also available that enables the use of React Query DevTools via an external dashboard. Find out more and contribute on [react-query-external-sync](https://github.com/LovesWorking/react-query-external-sync)