Skip to content

Commit 90d65e2

Browse files
swissspidyCopilot
andauthored
Add missing space
Co-authored-by: Copilot <[email protected]>
1 parent bc38a67 commit 90d65e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ WP-CLI makes use of a Behat-based testing framework and provides a set of custom
8686
* `Given /^save (STDOUT|STDERR) ([\'].+[^\'])?\s?as \{(\w+)\}$/` - Store STDOUT or STDERR contents in a variable.
8787
* `Given /^a new Phar with (?:the same version|version "([^"]+)")$/` - Build a new WP-CLI Phar file with a given version.
8888
* `Given /^a downloaded Phar with (?:the same version|version "([^"]+)")$/` - Download a specific WP-CLI Phar version from GitHub.
89-
* `Given /^save the (.+) file ([\'].+[^\'])?as \{(\w+)\}$/` - Stores the contents of the given file in a variable.
89+
* `Given /^save the (.+) file ([\'].+[^\'])? as \{(\w+)\}$/` - Stores the contents of the given file in a variable.
9090
* `Given a misconfigured WP_CONTENT_DIR constant directory` - Modify wp-config.php to set `WP_CONTENT_DIR` to an empty string.
9191
* `Given a dependency on current wp-cli` - Add `wp-cli/wp-cli` as a Composer dependency.
9292
* `Given a PHP built-in web server` - Start a PHP built-in web server in the current directory.

0 commit comments

Comments
 (0)