Remove "our functional tests are currently broken", as our tests are now all passing.
diff --git a/GettingStarted.wiki b/GettingStarted.wiki
index 214ae05..4d1c546 100644
--- a/GettingStarted.wiki
+++ b/GettingStarted.wiki
@@ -57,18 +57,12 @@
 
 == Running the test suite ==
 
-If you want to run the test suit, run the following
+If you want to run the test suite, run the following
 
 {{{
 bin/run-tests
 }}}
 
-Currently our functional tests are broken, to ignore the functional tests run:
-
-{{{
-bin/run-tests -e test_functional
-}}}
-
 = Checking Out the Code =
 
 To check out Melange source code run the following command: