Skip to content

Commit

Permalink
Change "paramater" to "parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosch250 committed Feb 17, 2016
1 parent 0920b37 commit 6a12e12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RubberduckWeb/RubberduckWeb/Views/Home/Features.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -120,20 +120,20 @@
</div>
<div class="row">
<div class="col-md-6">
<h4>Remove Paramater(s)</h4>
<h4>Remove Parameter(s)</h4>
<p>A procedure called in 12 places needs to change, and the new version no longer needs one of the parameters? This refactoring will remove it from the signature, and from every call site as well.</p>
</div>
<div class="col-md-4">
<img src="~/Content/Images/RemoveParamaters.png" />
<img src="~/Content/Images/RemoveParameters.png" />
</div>
</div>
<div class="row">
<div class="col-md-6">
<h4>Reorder Paramaters</h4>
<h4>Reorder Parameters</h4>
<p>Sometimes you come across this utility function that's used just about everywhere, that has this annoying first parameter that would be so much better specified last. This refactoring lets you change the order of the&nbsp;parameters in a signature, and automatically adjust all call sites.</p>
</div>
<div class="col-md-6">
<img src="~/Content/Images/ReorderParamaters.png" />
<img src="~/Content/Images/ReorderParameters.png" />
</div>
</div>
<p>...and many more on the roadmap!</p>
Expand Down

0 comments on commit 6a12e12

Please sign in to comment.