summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/custom_commands/form_prompts.go
diff options
context:
space:
mode:
authorthirdkeyword <fliterdashen@gmail.com>2024-03-06 21:31:50 +0800
committerStefan Haller <stefan@haller-berlin.de>2024-04-20 13:47:39 +0200
commit1c098ff82a07728a98abee3fd388e0b3c52fc6e8 (patch)
tree3d6a7067c79dd51435329a6aaebcb38538fd0826 /pkg/integration/tests/custom_commands/form_prompts.go
parent34f8f7293c5c901461a26f09839ebe5f0dd79869 (diff)
pkg: fix some typos
Signed-off-by: thirdkeyword <fliterdashen@gmail.com>
Diffstat (limited to 'pkg/integration/tests/custom_commands/form_prompts.go')
-rw-r--r--pkg/integration/tests/custom_commands/form_prompts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/custom_commands/form_prompts.go b/pkg/integration/tests/custom_commands/form_prompts.go
index 8ab54451d..a64c1aa4c 100644
--- a/pkg/integration/tests/custom_commands/form_prompts.go
+++ b/pkg/integration/tests/custom_commands/form_prompts.go
@@ -6,7 +6,7 @@ import (
)
var FormPrompts = NewIntegrationTest(NewIntegrationTestArgs{
- Description: "Using a custom command reffering prompt responses by name",
+ Description: "Using a custom command referring prompt responses by name",
ExtraCmdArgs: []string{},
Skip: false,
SetupRepo: func(shell *Shell) {