Skip to content

Commit ec8a43f

Browse files
Fix typos in deploying.md (#78)
1 parent 79c67ca commit ec8a43f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

resources/docs/deploying.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Laravel Forge can create servers on various infrastructure providers such as Dig
1616

1717
Laravel Vapor is a serverless deployment platform for Laravel, powered by AWS. Launch your Laravel infrastructure on Vapor and fall in love with the scalable simplicity of serverless.
1818

19-
Both are fantastic options, but today we're going with Forge for it's simplicity, choice of providers, and for being budget-friendly on smaller applications. You can always move to Vapor later if you want the scalability of serverless.
19+
Both are fantastic options, but today we're going with Forge for its simplicity, choice of providers, and for being budget-friendly on smaller applications. You can always move to Vapor later if you want the scalability of serverless.
2020

2121
Sign up for your free trial with [Laravel Forge](https://forge.laravel.com/?ref=bootcamp.laravel.com) and then pick your server provider:
2222

@@ -68,7 +68,7 @@ If you would like to use a domain name then we recommend visiting the *Sites* ta
6868

6969
<img src="/img/screenshots/forge-new-site.png" alt="New site screenshot" class="rounded-lg border dark:border-none shadow-lg" />
7070

71-
Select your site, and then click on it's name in the heading to visit your site and see Forge's default site page.
71+
Select your site, and then click on its name in the heading to visit your site and see Forge's default site page.
7272

7373
## Creating a database
7474

@@ -102,7 +102,7 @@ If you would like to run a queue worker, ensure that the `QUEUE_CONNECTION` valu
102102

103103
## Configuring your deploy script
104104

105-
On the *App* tab for your site you may review the deploy script that Forge created for you.
105+
On the *App* tab for your site, you may review the deploy script that Forge created for you.
106106

107107
<img src="/img/screenshots/forge-deploy-script.png" alt="Deploy script screenshot" class="rounded-lg border dark:border-none shadow-lg" />
108108

0 commit comments

Comments
 (0)