Skip to content

Commit

Permalink
add code fences (#26409)
Browse files Browse the repository at this point in the history
  • Loading branch information
muescha committed Aug 31, 2020
1 parent 823e473 commit 7de5f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/ecommerce-tutorial/index.md
Expand Up @@ -371,7 +371,7 @@ export default function Products(props) {

You can validate your query and see what data is being returned in GraphiQL, which is available at `http://localhost:8000/___graphql` when running `gatsby develop`.

Once you're happy with your query, create a new page where you can import the newly created Products component:
Once you're happy with your query, create a new page where you can import the newly created `Products` component:

```jsx:title=src/pages/advanced.js
import React from "react"
Expand Down

0 comments on commit 7de5f18

Please sign in to comment.