Skip to content

Commit 60997c8

Browse files
authored
Minor change to tutorial part four index.md
Changed one liner 2 steps to <ol> style. More readable.
1 parent 8d137ce commit 60997c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/tutorial/part-four/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -733,8 +733,9 @@ 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+
1. Generate the "path" or "slug" for the page.
738+
2. Create the page.
738739
739740
To create our Markdown pages, we'll learn to use two Gatsby APIs
740741
[`onCreateNode`](/docs/node-apis/#onCreateNode) and

0 commit comments

Comments
 (0)