Skip to content

Commit

Permalink
s/during during/during/ (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandregz committed Apr 18, 2024
1 parent 62a9743 commit ab2f627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gossfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -907,7 +907,7 @@ Available functions:
`readFile "fileName"`
: Reads file content into a string, trims whitespace. Useful when a file contains a token.
!!! note
Goss will error out during during the parsing phase if the file does not exist, no tests will be executed.
Goss will error out during the parsing phase if the file does not exist, no tests will be executed.

`regexMatch "(some)?reg[eE]xp"`
: Tests the piped input against the regular expression argument.
Expand Down

0 comments on commit ab2f627

Please sign in to comment.