From ad23c826cc430a82c1a1d2a8ad88f806d380a662 Mon Sep 17 00:00:00 2001
From: Sean Madsen <sean@seanmadsen.com>
Date: Tue, 12 Sep 2017 10:52:27 -0600
Subject: [PATCH] Fix spelling

---
 docs/testing/phpunit.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/testing/phpunit.md b/docs/testing/phpunit.md
index 141ae423..c68eeef7 100644
--- a/docs/testing/phpunit.md
+++ b/docs/testing/phpunit.md
@@ -52,7 +52,7 @@ $ env CIVICRM_UF=UnitTests phpunit4 ./tests/phpunit/api/v3/CaseTest.php --filter
     You can also specify tests in an environment variable `PHPUNIT_TESTS` (eg. `env PHPUNIT_TESTS="MyFirstTest::testFoo MySecondTest" phpunit EnvTests`
     Then run `phpunit4 ./tests/phpunit/EnvTests.php`.
 
-You can also optionallly run a full standard CiviCRM Test suite by running `civi-test-run` as per example below
+You can also optionally run a full standard CiviCRM Test suite by running `civi-test-run` as per example below
 
 ```bash
 $ civi-test-run "<buildName>" "<civicrm version>" "<junit dir>" "<test-type>"
-- 
GitLab