Skip to content

Commit

Permalink
change VERCEL to Vercel (#24128)
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha authored May 16, 2020
1 parent a4f7603 commit aa8f38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ Hopefully what I’ve said makes more sense with the code in front of us. The `s

### Vercel

Vercel is a tool created by VERCEL that makes the process of deploying Node applications simple. Vercel has recently released updates to the way they deploy static websites. Fortunately our Gatsby packages build to static sites, so it’s a win for us.
Vercel is a tool created by Vercel that makes the process of deploying Node applications simple. Vercel has recently released updates to the way they deploy static websites. Fortunately our Gatsby packages build to static sites, so it’s a win for us.

If you haven’t used Vercel before, then go-ahead and [get started](https://vercel.com/home#features). This will install the `Vercel CLI` and get a free account created, things we need for the tutorial. The getting started page also has a brief FAQs section that’s well worth reading.

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/deploying-to-vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Deploying to Vercel

This guide will show you how to get started in a few quick steps:

## Step 1: Installing VERCEL CLI
## Step 1: Installing Vercel CLI

To install their command-line interface with [npm](https://www.npmjs.com/), run the following command:

Expand Down

0 comments on commit aa8f38c

Please sign in to comment.