From ab60b49c5495642025a33bd3c862d08082b1b5e3 Mon Sep 17 00:00:00 2001 From: Noah Tye Date: Thu, 8 Nov 2018 13:46:15 -0800 Subject: [PATCH] Add missing title markup. (#9823) While reading the tutorial doc, I noticed one line that appeared to be missing the title markup. --- docs/tutorial/part-two/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/part-two/index.md b/docs/tutorial/part-two/index.md index b79cbec502ba2..3ce7e59be5a41 100644 --- a/docs/tutorial/part-two/index.md +++ b/docs/tutorial/part-two/index.md @@ -317,7 +317,7 @@ React in general). Gatsby works out of the box with CSS Modules. -Build a page using CSS Modules. +### Build a page using CSS Modules. First, create a new `Container` component. Create a new directory at `src/components` and then, in this new directory, create a file named