Skip to content

Commit ab2f627

Browse files
authored
s/during during/during/ (#893)
1 parent 62a9743 commit ab2f627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/gossfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ Available functions:
907907
`readFile "fileName"`
908908
: Reads file content into a string, trims whitespace. Useful when a file contains a token.
909909
!!! note
910-
Goss will error out during during the parsing phase if the file does not exist, no tests will be executed.
910+
Goss will error out during the parsing phase if the file does not exist, no tests will be executed.
911911

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

0 commit comments

Comments
 (0)