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}} ```