Skip to content

Commit 1f30601

Browse files
committed
Fix language spelling.
1 parent 14308fa commit 1f30601

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tests/integration_en_us.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -u
44
set -o pipefail
55
set -x
66

7-
# Tests that the command "how do you say hi in spanish"
7+
# Tests that the command "How do you say hi in spanish?"
88
# will return "Hola" to verify the Assistant SDK
99
# end-to-end.
10-
echo "how do you say hi in spanish" | ./run_assistant_text \
10+
echo "How do you say hi in spanish?" | ./run_assistant_text \
1111
--credentials ./credentials.json --verbose | grep "Hola"

tests/integration_fr.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ set -u
44
set -o pipefail
55
set -x
66

7-
# Tests that the command "how do you say hello in spanish"
8-
# will return "buenos dias" to verify the Assistant SDK
7+
# Tests that the command "How do you say hello in spanish?"
8+
# will return "Buenos dias" to verify the Assistant SDK
99
# end-to-end.
10-
echo "comment dit-on bonjour en español" | ./run_assistant_text \
10+
echo "Comment dit-on bonjour en espagnol?" | ./run_assistant_text \
1111
--credentials ./credentials.json \
1212
--locale "fr-FR" --verbose | grep "Buenos dias"

0 commit comments

Comments
 (0)