From 8d11617bcc78b1f75cfa159117e66bb4e752860e Mon Sep 17 00:00:00 2001 From: Yosmany Garcia Date: Wed, 8 Nov 2017 23:01:35 -0800 Subject: [PATCH] Fixed typo --- src/Translate/TranslateClient.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Translate/TranslateClient.php b/src/Translate/TranslateClient.php index 719d55011476..034473eaa7cf 100644 --- a/src/Translate/TranslateClient.php +++ b/src/Translate/TranslateClient.php @@ -157,7 +157,7 @@ public function __construct(array $config = []) * be `nmt` or `base`. **Defaults to** an empty string. * } * @return array|null A translation result including a `source` key containing - * the detected or provided langauge of the provided input, an + * the detected or provided language of the provided input, an * `input` key containing the original string, and a `text` key * containing the translated result. */