Skip to content

Commit b3592c7

Browse files
authored
README.md Typo fix
Fixed "profle" to "profile" typo in route name.
1 parent 7d10f30 commit b3592c7

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)