Skip to content

Commit 22b4bcd

Browse files
swissspidyCopilot
andauthored
Fix spelling
Co-authored-by: Copilot <[email protected]>
1 parent 90d65e2 commit 22b4bcd

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
@@ -110,7 +110,7 @@ WP-CLI makes use of a Behat-based testing framework and provides a set of custom
110110
* `Then /^STDOUT should be JSON containing:$/` - Expect valid JSON output in STDOUT.
111111
* `Then /^STDOUT should be a JSON array containing:$/` - Expect valid JSON array output in STDOUT.
112112
* `Then /^STDOUT should be CSV containing:$/` - Expect STDOUT to be CSV containing certain values.
113-
* `Then /^STDOUT should be YAML containing:$/` - Expect STDOUT to be YAML containig certain content.
113+
* `Then /^STDOUT should be YAML containing:$/` - Expect STDOUT to be YAML containing certain content.
114114
* `Then /^(STDOUT|STDERR) should be empty$/` - Expect STDOUT or STDERR to be empty.
115115
* `Then /^(STDOUT|STDERR) should not be empty$/` - Expect STDOUT or STDERR not to be empty.
116116
* `Then /^(STDOUT|STDERR) should be a version string (&lt;|&lt;=|&gt;|&gt;=|==|=|&lt;&gt;) ([+\w.{}-]+)$/` - Expect STDOUT or STDERR to be a version string comparing to the given version.

0 commit comments

Comments
 (0)