Skip to content

Commit 0011656

Browse files
danielemeshjastack
authored andcommitted
Minor change to tutorial part four index.md (gatsbyjs#3649)
* Minor change to tutorial part four index.md Changed one liner 2 steps to <ol> style. More readable. * Update index.md
1 parent dbc7a1b commit 0011656

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/tutorial/part-four/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,10 @@ you use GraphQL to query your _data_ and _map_ the data to _pages_—all at buil
733733
time. This is a really powerful idea. We'll be exploring its implications and
734734
ways to use it for the remainder of the tutorial.
735735
736-
Creating new pages has two steps, 1) generate the "path" or "slug" for the page
737-
and 2) create the page.
736+
Creating new pages has two steps:
737+
738+
1. Generate the "path" or "slug" for the page.
739+
2. Create the page.
738740
739741
To create our Markdown pages, we'll learn to use two Gatsby APIs
740742
[`onCreateNode`](/docs/node-apis/#onCreateNode) and

0 commit comments

Comments
 (0)