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
+1 -1
View File
@@ -4,7 +4,7 @@
{%- for person in people %} {%- for person in people %}
<li> <li>
<a href="{{person | prepend: "http://example.com/"}}"> <a href="{{person | prepend: "http://example.com/"}}">
{{ person | captilize }} {{ person | capitalize }}
</a> </a>
</li> </li>
{%- endfor%} {%- endfor%}