Update demo.liquid

Fix typo
This commit is contained in:
Raymond Camden
2020-03-30 21:17:04 +08:00
committed by Jun Yang
parent 983bcf467a
commit bf23116ce5
+2 -2
View File
@@ -4,8 +4,8 @@
{%- for person in people %}
<li>
<a href="{{person | prepend: "http://example.com/"}}">
{{ person | captilize }}
{{ person | capitalize }}
</a>
</li>
{%- endfor%}
</ul>
</ul>