Skip to content

Commit fabd53a

Browse files
authored
Remove extra brackets (#16)
* fix "watching port" in docs * remove extra brackets Co-authored-by: tyler36 <[email protected]>
1 parent 0233232 commit fabd53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This service can be used with any project type. The examples below are Drupal-sp
1919
- `ddev exec -d /var/www/html/web "../vendor/bin/phpunit -v -c ./core/phpunit.xml.dist ./core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php"`
2020
- Nightwatch
2121
- `ddev exec -d /var/www/html/web/core yarn install` (do this once)
22-
- `ddev exec -d /var/www/html/web/core touch .env` ((do this once))
22+
- `ddev exec -d /var/www/html/web/core touch .env` (do this once)
2323
- `ddev exec -d /var/www/html/web/core yarn test:nightwatch tests/Drupal/Nightwatch/Tests/exampleTest.js`
2424
- Drupal Test Traits
2525
- Ensure you have a working site that has the `weitzman/drupal-test-traits` Composer package.

0 commit comments

Comments
 (0)