spelling: inputting

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/9410/head
Josh Soref 5 years ago
parent 4bfa163603
commit 2165db5a8e

@ -56,5 +56,5 @@ func TestSearchHubOutputCompletion(t *testing.T) {
} }
func TestSearchHubFileCompletion(t *testing.T) { func TestSearchHubFileCompletion(t *testing.T) {
checkFileCompletion(t, "search hub", true) // File completion may be useful when inputing a keyword checkFileCompletion(t, "search hub", true) // File completion may be useful when inputting a keyword
} }

@ -89,5 +89,5 @@ func TestSearchRepoOutputCompletion(t *testing.T) {
} }
func TestSearchRepoFileCompletion(t *testing.T) { func TestSearchRepoFileCompletion(t *testing.T) {
checkFileCompletion(t, "search repo", true) // File completion may be useful when inputing a keyword checkFileCompletion(t, "search repo", true) // File completion may be useful when inputting a keyword
} }

Loading…
Cancel
Save