From 58a23e06a1601c4a36bf2e969ee5beb0baa3b36b Mon Sep 17 00:00:00 2001 From: Wil Wade Date: Tue, 20 Feb 2024 15:29:30 -0500 Subject: [PATCH] Fix incorrect theme documentation The theme documentation for next and previous used name instead of title --- guide/src/format/theme/index-hbs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/src/format/theme/index-hbs.md b/guide/src/format/theme/index-hbs.md index e5331dcc..0807d27e 100644 --- a/guide/src/format/theme/index-hbs.md +++ b/guide/src/format/theme/index-hbs.md @@ -79,7 +79,7 @@ var chapters = {{chapters}}; ### 2. previous / next -The previous and next helpers expose a `link` and `name` property to the +The previous and next helpers expose a `link` and `title` property to the previous and next chapters. They are used like this @@ -87,7 +87,7 @@ They are used like this ```handlebars {{#previous}} {{/previous}} ```