Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/start/framework/react/hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down Expand Up @@ -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

Expand Down