Merge pull request #246 from creative-commoners/pulls/5/fix-typo-in-readme

DOC Fix typo in README to use correct prop for URLSegment
This commit is contained in:
Maxime Rainville 2023-06-23 09:24:42 +12:00 committed by GitHub
commit 1f5a17283e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -633,7 +633,7 @@ It's based on the `vendor/bin/behat -di @cms` output.
- Example: Given a "page" "Page 1"
Given /^(?:(an|a|the) )"(?<type>[^"]+)" "(?<id>[^"]+)" with (?<data>.*)$/
- Example: Given a "page" "Page 1" with "URL"="page-1" and "Content"="my page 1"
- Example: Given a "page" "Page 1" with "URLSegment"="page-1" and "Content"="my page 1"
Given /^(?:(an|a|the) )"(?<type>[^"]+)" "(?<id>[^"]+)" has the following data$/
- Example: And the "page" "Page 2" has the following data