Skip to content

Commit f660491

Browse files
dbgbDSchau
authored andcommitted
chore(docs): fix typo in 'Hosting on Netlify' documentation (#15836)
1 parent 284a4db commit f660491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/hosting-on-netlify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Now, login to Netlify and we will see a `New site from git` button at the top ri
5151
- Branch to deploy: We can specify the branch, when we push to that particular branch, then only Netlify will build and deploy our site. The default is `master`.
5252
- Build Command: We can specify the command we want Netlify to run when we push to above branch. The default is `npm run build`.
5353
- Publish directory: We can specify which folder should Netlify use to host our website. eg. public, dist, build. The default is `public`.
54-
- Advanced build settings: If our site needs environment variables to build, we can spectify them by clicking on `Show advanced` and then the `New Variable` button.
54+
- Advanced build settings: If our site needs environment variables to build, we can specify them by clicking on `Show advanced` and then the `New Variable` button.
5555

5656
Click on `Deploy site` button and Netlify will start to build and deploy process we specified. In a few moments, it will give us our site URL like `random-name.netlify.com`. We can go to the `Deploys` tab and see what is actually happening.
5757

0 commit comments

Comments
 (0)