We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b08b3c + 6dc5dde commit ff78810Copy full SHA for ff78810
1 file changed
bin/v-search-command
@@ -35,7 +35,7 @@ for i; do
35
done
36
37
if [ -z "$SearchResults" ]; then
38
- echo "No available commands were found matching the specified critera."
+ echo "No available commands were found matching the specified criteria."
39
echo "There are a total of $TotalItems commands available."
40
else
41
echo "Command Search Results"
0 commit comments