Skip to content

Commit 7d6e420

Browse files
nimitbhargavakefranabg
authored andcommitted
fix($docs): Fixed typo (#1997)
1 parent c0ad78b commit 7d6e420

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/docs/docs/guide/deploy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ pages:
121121

122122
## Netlify
123123

124-
1. On Netlify, setup up a new project from GitHub with the following settings:
124+
1. On [Netlify](https://netlify.com), setup up a new project from GitHub with the following settings:
125125

126126
- **Build Command:** `npm run docs:build` or `yarn docs:build`
127127
- **Publish directory:** `docs/.vuepress/dist`

packages/docs/docs/guide/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ vuepress build
2424

2525
## Inside an Existing Project
2626

27-
If you have an existing project and would like to keep documentation inside the project, you should install VuePress as a local dependency. This setup also allows you to use CI or services like Netlify for automatic deployment on push.
27+
If you have an existing project and would like to keep documentation inside the project, you should install VuePress as a local dependency. This setup also allows you to use CI or services like [Netlify](https://netlify.com) for automatic deployment on push.
2828

2929
``` bash
3030
# install as a local dependency

packages/docs/docs/miscellaneous/local-development.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ sidebar: auto
44

55
# Local Development
66

7-
## Informations
7+
## Information
88

9-
If you here youh may be intereset of improve core VuePress.
9+
If you here you may be interested in improving core VuePress.
1010

1111
VuePress is using a combo with [Yarn workspaces](https://yarnpkg.com/lang/en/docs/workspaces/) and [Lerna](https://github.com/lerna/lerna).
1212

@@ -29,7 +29,7 @@ Check the link by running the following command:
2929
You will all symlinks
3030

3131
:::warning
32-
You have to take care to declare all dependencies inside subFolders package.json. When publish the lib if dependencie from a package is not declare it will just not work.
32+
You have to take care to declare all dependencies inside subFolders package.json. When publish the lib if dependencies from a package is not declare it will just not work.
3333
:::
3434

3535
:::warning

0 commit comments

Comments
 (0)