From 9b3809e04899d1b9c3ee5b480baa6512129b9148 Mon Sep 17 00:00:00 2001 From: Jayesh Mann <36336898+jayeshmann@users.noreply.github.com> Date: Wed, 21 Jul 2021 20:15:00 +0530 Subject: [PATCH] Fixed a typo --- .../java-kotlin-android/client/graphql-kotlin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/language-support/java-kotlin-android/client/graphql-kotlin.md b/src/content/code/language-support/java-kotlin-android/client/graphql-kotlin.md index 94bf273a58..02a227ff95 100644 --- a/src/content/code/language-support/java-kotlin-android/client/graphql-kotlin.md +++ b/src/content/code/language-support/java-kotlin-android/client/graphql-kotlin.md @@ -85,4 +85,4 @@ fun main() { } ``` -See [graphql-kotlin docs](https://expediagroup.github.io/graphql-kotlin/docs/getting-started) for additial details. \ No newline at end of file +See [graphql-kotlin docs](https://expediagroup.github.io/graphql-kotlin/docs/getting-started) for additional details.