Skip to content

Commit 8905616

Browse files
authored
Grammar and formatting
1 parent bb1e732 commit 8905616

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/getting-started.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
<div class="bs-callout bs-callout-info" markdown="1">
44
[Find your MFTF version][] of the MFTF.
5-
The latest Magento 2.3.x release supports MFTF 2.4.5.
5+
The latest Magento 2.3.x release supports MFTF 2.6.0.
66
The latest Magento 2.2.x release supports MFTF 2.4.5.
77
</div>
88

9-
## Prepare environment {#prepare-environment}
9+
## Prepare environment {#prepare-environment}
1010

1111
Make sure that you have the following software installed and configured on your development environment:
1212

@@ -53,11 +53,11 @@ Install the Magento application.
5353
composer install
5454
```
5555

56-
## Prepare Magento {#prepare-magento}
56+
## Prepare Magento {#prepare-magento}
5757

5858
Configure the following settings in Magento as described below.
5959

60-
### WYSIWYG settings {#wysiwyg-settings}
60+
### WYSIWYG settings {#wysiwyg-settings}
6161

6262
A Selenium web driver cannot enter data to fields with WYSIWYG.
6363

@@ -74,7 +74,7 @@ or via command line:
7474
bin/magento config:set cms/wysiwyg/enabled disabled
7575
```
7676

77-
Clean the cache after changing the configuration values
77+
Clean the cache after changing the configuration values:
7878

7979
```bash
8080
bin/magento cache:clean config full_page
@@ -103,7 +103,7 @@ bin/magento config:set admin/security/admin_account_sharing 1
103103
bin/magento config:set admin/security/use_form_key 0
104104
```
105105

106-
Clean the cache after changing the configuration values
106+
Clean the cache after changing the configuration values:
107107

108108
```bash
109109
bin/magento cache:clean config full_page
@@ -115,9 +115,9 @@ The MFTF does not support executing CLI commands if your web server points to `<
115115

116116
### Nginx settings {#nginx-settings}
117117

118-
If Nginx Web server is used on your development environment then **Use Web Server Rewrites** setting in **Stores** > Settings > **Configuration** > **General** > **Web** > **Search Engine Optimization** must be set to **Yes**.
118+
If the Nginx Web server is used on your development environment, then **Use Web Server Rewrites** setting in **Stores** > Settings > **Configuration** > **General** > **Web** > **Search Engine Optimization** must be set to **Yes**.
119119

120-
To be able to run Magento command line commands in tests add the following location block to Nginx configuration file in the Magento root directory:
120+
To be able to run Magento command line commands in tests, add the following location block to the Nginx configuration file in the Magento root directory:
121121

122122
```conf
123123
location ~* ^/dev/tests/acceptance/utils($|/) {

0 commit comments

Comments
 (0)