Skip to content

Commit 7de5f18

Browse files
authoredAug 31, 2020
add code fences (#26409)
1 parent 823e473 commit 7de5f18

File tree

1 file changed

+1
-1
lines changed
  • docs/tutorial/ecommerce-tutorial

1 file changed

+1
-1
lines changed
 

‎docs/tutorial/ecommerce-tutorial/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ export default function Products(props) {
371371

372372
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`.
373373

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.