We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4ac03 commit 58a23e0Copy full SHA for 58a23e0
guide/src/format/theme/index-hbs.md
@@ -79,15 +79,15 @@ var chapters = {{chapters}};
79
80
### 2. previous / next
81
82
-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
83
previous and next chapters.
84
85
They are used like this
86
87
```handlebars
88
{{#previous}}
89
<a href="{{link}}" class="nav-chapters previous">
90
- <i class="fa fa-angle-left"></i>
+ <i class="fa fa-angle-left"></i> {{title}}
91
</a>
92
{{/previous}}
93
```
0 commit comments