From d78906914d5019bd0f04f83bc1d4c1b8968cf2f8 Mon Sep 17 00:00:00 2001 From: Alexandre Espinosa Menor Date: Thu, 18 Apr 2024 18:15:12 +0200 Subject: [PATCH] s/during during/during/ --- docs/gossfile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gossfile.md b/docs/gossfile.md index 4cc8a18da..31f259adf 100644 --- a/docs/gossfile.md +++ b/docs/gossfile.md @@ -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.