From 658dc225d9ff7b6b222bc5ac221abc207e2e93bb Mon Sep 17 00:00:00 2001 From: Donald Booth Date: Wed, 31 Jul 2019 11:44:21 -0500 Subject: [PATCH] Small grammar fixup. --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index e3f68ad2e..84e19af2e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -100,7 +100,7 @@ location ~* ^/dev/tests/acceptance/utils($|/) { ## Set up an embedded MFTF {#setup-framework} -This is the default setup of the MFTF that you would need to start using to cover your Magento project with functional tests. +This is the default setup of the MFTF that you would need to cover your Magento project with functional tests. It installs the framework using an existing Composer dependency such as `magento/magento2-functional-testing-framework`. If you want to set up the MFTF as a standalone tool, refer to [Set up a standalone MFTF][].