Skip to content

Commit 206ed5f

Browse files
committed
Merge branch 'patch-1'
Closes #99
2 parents a4b9431 + b3592c7 commit 206ed5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ You can use `path_for` to generate complete URLs to any Slim application named r
7474
{% block body %}
7575
<h1>User List</h1>
7676
<ul>
77-
<li><a href="{{ path_for('profile', { 'name': 'josh' }) }}" {% if is_current_path('profle', { 'name': 'josh' }) %}class="active"{% endif %}>Josh</a></li>
77+
<li><a href="{{ path_for('profile', { 'name': 'josh' }) }}" {% if is_current_path('profile', { 'name': 'josh' }) %}class="active"{% endif %}>Josh</a></li>
7878
<li><a href="{{ path_for('profile', { 'name': 'andrew' }) }}">Andrew</a></li>
7979
</ul>
8080
{% endblock %}

0 commit comments

Comments
 (0)