Skip to content

Commit

Permalink
Merge pull request #1 from localheinz/fix/spelling
Browse files Browse the repository at this point in the history
Fix: Contibutors vs. Contributors
  • Loading branch information
snapshotpl authored and localheinz committed Mar 4, 2015
2 parents dd817e5 + 4050927 commit ba3337d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<a href="<?php echo $this->url('home'); ?>">Home</a>
</li>
<li>
<a href="<?php echo $this->url('contributors'); ?>">Contibutors</a>
<a href="<?php echo $this->url('contributors'); ?>">Contributors</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
Expand Down

0 comments on commit ba3337d

Please sign in to comment.