Browse Source

Fix spelling

venyii 10 years ago
parent
commit
b405fd094f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Packagist/WebBundle/Resources/views/User/packages.html.twig

+ 1 - 1
src/Packagist/WebBundle/Resources/views/User/packages.html.twig

@@ -29,7 +29,7 @@
     <section class="{{ isActualUser ? 'col-md-9' : 'col-md-12' }}">
     <section class="{{ isActualUser ? 'col-md-9' : 'col-md-12' }}">
         {% embed "PackagistWebBundle:Web:list.html.twig" with {'noLayout': 'true'} %}
         {% embed "PackagistWebBundle:Web:list.html.twig" with {'noLayout': 'true'} %}
             {% block content_title %}
             {% block content_title %}
-                <h3 class="font-normal">Packages maintain by {{ isActualUser ? 'you' : user.username }}</h3>
+                <h3 class="font-normal">Packages maintained by {{ isActualUser ? 'you' : user.username }}</h3>
             {% endblock %}
             {% endblock %}
         {% endembed %}
         {% endembed %}
     </section>
     </section>