From f767c77637d0a4e212bdd744a8cf6d6fda671c45 Mon Sep 17 00:00:00 2001 From: Max Zhang <151418445+maxz411@users.noreply.github.com> Date: Wed, 30 Apr 2025 19:45:06 -0400 Subject: [PATCH] Fixed typos There were instances of 'your' written as 'you'. --- docs/start/framework/react/hosting.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/start/framework/react/hosting.md b/docs/start/framework/react/hosting.md index c7ef0d34851..5241494e80c 100644 --- a/docs/start/framework/react/hosting.md +++ b/docs/start/framework/react/hosting.md @@ -63,7 +63,7 @@ Or you can use the `--preset` flag with the `build` command to specify the deplo npm run build --preset netlify ``` -Deploy you application to Netlify using their one-click deployment process, and you're ready to go! +Deploy your application to Netlify using their one-click deployment process, and you're ready to go! ### Vercel @@ -86,7 +86,7 @@ Or you can use the `--preset` flag with the `build` command to specify the deplo npm run build --preset vercel ``` -Deploy you application to Vercel using their one-click deployment process, and you're ready to go! +Deploy your application to Vercel using their one-click deployment process, and you're ready to go! ### Cloudflare Pages @@ -127,7 +127,7 @@ compatibility_flags = ["nodejs_compat"] compatibility_date = "2024-11-13" ``` -Deploy you application to Cloudflare Pages using their one-click deployment process, and you're ready to go! +Deploy your application to Cloudflare Pages using their one-click deployment process, and you're ready to go! ### Node.js