Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 1d3932f

Browse files
committed
Fix Behat feature file example verbiage. [ci skip]
1 parent 728bb57 commit 1d3932f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/extras/selenium.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Using the default Drupal site as an example (it's installed in `/var/www/drupalv
6060
3. From either inside the VM or on the host machine, open up the new `features/web` folder Behat just created. Inside _that_ folder, create `HomeContent.feature` with the following contents:
6161

6262
Feature: Test DrupalContext
63-
In order to prove the Behat is working correctly in Drupal VM
63+
In order to prove Behat is working correctly in Drupal VM
6464
As a developer
6565
I need to run a simple interface test
6666

@@ -75,7 +75,7 @@ If everything was done correctly, you should see:
7575
```console
7676
$ behat
7777
Feature: Test DrupalContext
78-
In order to prove the Behat is working correctly in Drupal VM
78+
In order to prove Behat is working correctly in Drupal VM
7979
As a developer
8080
I need to run a simple interface test
8181

0 commit comments

Comments
 (0)