We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f5f16 commit 2de24c6Copy full SHA for 2de24c6
internal/cmd/deps.go
@@ -18,7 +18,7 @@ func getCmdDeps(gs *state.GlobalState) *cobra.Command {
18
Use: "deps",
19
Short: "Resolve dependencies of a test",
20
Long: `Resolve dependencies of a test including automatic extenstion resolution.` +
21
- `And outputs all dependencies for the test and whether custom build is required.`,
+ `And outputs all dependencies for the test and whether a custom build is required.`,
22
Args: cobra.ExactArgs(1),
23
RunE: func(cmd *cobra.Command, args []string) error {
24
test, err := loadLocalTestWithoutRunner(gs, cmd, args)
0 commit comments