From ccf456aa9aa46f9e25a838d23dcbc2b449093cc4 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Mon, 12 Jul 2021 12:33:35 +0545 Subject: [PATCH] Minor English grammar --- docs/ocis/development/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/development/testing.md b/docs/ocis/development/testing.md index b8a1db73ac..908155e272 100644 --- a/docs/ocis/development/testing.md +++ b/docs/ocis/development/testing.md @@ -128,7 +128,7 @@ This will run all tests that are relevant to oCIS. To run a single test add `BEHAT_FEATURE=` -To run tests with different storage driver set `STORAGE_DRIVER` to correct value. It can be set to `OCIS` or `OWNCLOUD` and uses `OWNCLOUD` as default value. +To run tests with a different storage driver set `STORAGE_DRIVER` to the correct value. It can be set to `OCIS` or `OWNCLOUD` and uses `OWNCLOUD` as the default value. ### use existing tests for BDD