Skip to content

Commit

Permalink
chore(docs): Fix typo in wordpress-source-plugin-tutorial.md (#19629)
Browse files Browse the repository at this point in the history
Correct the spelling in the path
  • Loading branch information
nishithgadhiya authored and gillkyle committed Nov 19, 2019
1 parent 06f6688 commit 1cc2045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/wordpress-source-plugin-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Before you can create the blog posts, however, you need to specify a template to

In your `src` directory, create a directory called `templates` and in the newly created `templates` folder, create a filed named `blog-post.js`. In that new file, paste the following:

```jsx:title=src/tempates/blog-post.js
```jsx:title=src/templates/blog-post.js
import React from "react"
import Layout from "../components/layout"
import { graphql } from "gatsby"
Expand Down

0 comments on commit 1cc2045

Please sign in to comment.