summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/custom_commands/form_prompts.go
diff options
context:
space:
mode:
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) {