diff --git a/docs/_tutorials/navigation.md b/docs/_tutorials/navigation.md
index ff66daf7..87368b0f 100644
--- a/docs/_tutorials/navigation.md
+++ b/docs/_tutorials/navigation.md
@@ -53,7 +53,7 @@ docs:
{{ site.data.samplelist.docs_list_title }}
```
@@ -63,9 +63,9 @@ docs:
@@ -98,7 +98,7 @@ Suppose you wanted to sort the list by the `title`. To do this, convert the refe
{% assign doclist = site.data.samplelist.docs | sort: 'title' %}
{% for item in doclist %}
- - {{ item.title }}
+ - {{ item.title }}
{% endfor %}
```
@@ -108,9 +108,9 @@ Suppose you wanted to sort the list by the `title`. To do this, convert the refe