Skip to content

Fix typos and wording in netlify.md #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 netlify.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This section shows you how to create a site using VuePress and deploy it using G

## Create a GitHub repository

* If you haven't already done so, create a free account in [GitHub](https://github.com/).
* If you haven't already done so, create a free account on [GitHub](https://github.com/).

Create a repository named `vpdemo1` like this:

Expand Down Expand Up @@ -124,7 +124,7 @@ npm init --force
```

The `--force` option applies sensible defaults for this demo.
Without it, npm will ask you a bunch questions that aren't relevant here.
Without it, npm will ask you a bunch of questions that aren't relevant here.

NPM displays the `package.json` it created:

Expand Down Expand Up @@ -302,7 +302,7 @@ The Deploy log with a long list of actions:
9:54:07 AM: Finished processing build request in 43.795358607s
```

Upon success a few moments later you'll be shown page with inforation about your new site.
Upon success a few moments later you'll be shown a page with information about your new site.
It's given some kind of crazy URL like `https://silly-alien-c1776.netlify.com/`.

Click the URL and gaze upon the greatness of your work!