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.
2 parents a4b9431 + b3592c7 commit 206ed5fCopy full SHA for 206ed5f
README.md
@@ -74,7 +74,7 @@ You can use `path_for` to generate complete URLs to any Slim application named r
74
{% block body %}
75
<h1>User List</h1>
76
<ul>
77
- <li><a href="{{ path_for('profile', { 'name': 'josh' }) }}" {% if is_current_path('profle', { 'name': 'josh' }) %}class="active"{% endif %}>Josh</a></li>
+ <li><a href="{{ path_for('profile', { 'name': 'josh' }) }}" {% if is_current_path('profile', { 'name': 'josh' }) %}class="active"{% endif %}>Josh</a></li>
78
<li><a href="{{ path_for('profile', { 'name': 'andrew' }) }}">Andrew</a></li>
79
</ul>
80
{% endblock %}
0 commit comments