Skip to content

Commit

Permalink
fix($docs): Fixed typo (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
nimitbhargava authored and kefranabg committed Nov 10, 2019
1 parent c0ad78b commit 7d6e420
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/docs/docs/guide/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pages:

## Netlify

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

- **Build Command:** `npm run docs:build` or `yarn docs:build`
- **Publish directory:** `docs/.vuepress/dist`
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/docs/guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ vuepress build

## Inside an Existing Project

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.
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.

``` bash
# install as a local dependency
Expand Down
6 changes: 3 additions & 3 deletions packages/docs/docs/miscellaneous/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sidebar: auto

# Local Development

## Informations
## Information

If you here youh may be intereset of improve core VuePress.
If you here you may be interested in improving core VuePress.

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

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

:::warning
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.
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.
:::

:::warning
Expand Down

0 comments on commit 7d6e420

Please sign in to comment.