Skip to content

Commit

Permalink
docs: convert languages to shell to make it consistent (#17674)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagarhani authored and wardpeet committed Sep 17, 2019
1 parent 0926c73 commit a1c00d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/contributing/managing-pull-requests.md
Expand Up @@ -97,7 +97,7 @@ We lint all code and documentation for consistency. You might find that your PR

If this is your PR and you have the code checked out on your machine, you can run:

```bash
```shell
npm run format
```

Expand Down
6 changes: 3 additions & 3 deletions docs/tutorial/blog-netlify-cms-tutorial/index.md
Expand Up @@ -17,15 +17,15 @@ This tutorial will use [gatsby-personal-starter-blog](http://t.wang.sh/gatsby-pe

Open your Terminal and run the following command from the Gatsby CLI to create a new Gatsby site using [gatsby-personal-starter-blog](http://t.wang.sh/gatsby-personal-starter-blog).

```sh
```shell
gatsby new [your-project-name] https://github.com/thomaswangio/gatsby-personal-starter-blog
```

### Step 2

Once the Gatsby site is finished installing all the packages and dependencies, you can now go into the directory and run the site locally.

```sh
```shell
cd [your-project-name]
gatsby develop
```
Expand Down Expand Up @@ -56,7 +56,7 @@ You'll likely also want to edit the `README.md` and `package.json` files to incl

Open [github.com](http://github.com) and create a new repository, with the same name as your project. Push your new Gatsby site's code to GitHub using the following Terminal commands:

```sh
```shell
git init
git add .
git commit -m "initial commit"
Expand Down

0 comments on commit a1c00d9

Please sign in to comment.