From 4e03818f3e9a37fd751add1b108afabd939a5c62 Mon Sep 17 00:00:00 2001 From: Sven Wick Date: Thu, 16 Dec 2021 18:29:47 +0100 Subject: [PATCH] Update summary.md --- guide/src/format/summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/format/summary.md b/guide/src/format/summary.md index a2eb41cf..072f4ff4 100644 --- a/guide/src/format/summary.md +++ b/guide/src/format/summary.md @@ -35,7 +35,7 @@ to be ignored at best, or may cause an error when attempting to build the book. Titles are optional, and the numbered chapters can be broken into as many parts as desired. ```markdown - # My Part Tile + # My Part Title - [First Chapter](relative/path/to/markdown.md) ```