diff --git a/RubberduckWeb/RubberduckWeb/Content/Images/RemoveParamaters.png b/RubberduckWeb/RubberduckWeb/Content/Images/RemoveParameters.png similarity index 100% rename from RubberduckWeb/RubberduckWeb/Content/Images/RemoveParamaters.png rename to RubberduckWeb/RubberduckWeb/Content/Images/RemoveParameters.png diff --git a/RubberduckWeb/RubberduckWeb/Content/Images/ReorderParamaters.png b/RubberduckWeb/RubberduckWeb/Content/Images/ReorderParameters.png similarity index 100% rename from RubberduckWeb/RubberduckWeb/Content/Images/ReorderParamaters.png rename to RubberduckWeb/RubberduckWeb/Content/Images/ReorderParameters.png diff --git a/RubberduckWeb/RubberduckWeb/Views/Home/Contact.cshtml b/RubberduckWeb/RubberduckWeb/Views/Home/Contact.cshtml index 68a499c..13fdb2c 100644 --- a/RubberduckWeb/RubberduckWeb/Views/Home/Contact.cshtml +++ b/RubberduckWeb/RubberduckWeb/Views/Home/Contact.cshtml @@ -15,6 +15,7 @@

Check the documentation on our wiki first.
If you can't find an answer, the next place to look is at issues labeled [Support].
+ You can also check the [Rubberduck] tag on Stack Overflow.
If you still have a question, then feel free to submit a new issue.
We'll mark it with the [Support] label when we answer.

@@ -25,4 +26,4 @@

I'd like to contact you directly.

-

Send us an email at

contact@rubberduck-vba.com

\ No newline at end of file +

Send us an email at

contact@rubberduck-vba.com

diff --git a/RubberduckWeb/RubberduckWeb/Views/Home/Features.cshtml b/RubberduckWeb/RubberduckWeb/Views/Home/Features.cshtml index 0e41492..55b54d4 100644 --- a/RubberduckWeb/RubberduckWeb/Views/Home/Features.cshtml +++ b/RubberduckWeb/RubberduckWeb/Views/Home/Features.cshtml @@ -120,20 +120,20 @@
-

Remove Paramater(s)

+

Remove Parameter(s)

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.

- +
-

Reorder Paramaters

+

Reorder Parameters

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 parameters in a signature, and automatically adjust all call sites.

- +

...and many more on the roadmap!