From c5d8ed7be925ef1b54b3f6714ce92de8688e13ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Vajner?= Date: Tue, 23 Jun 2020 19:41:27 +0200 Subject: [PATCH] docs(#429): fix typo in Playground documentation `subscriptionsEndpoint` was incorrect and would not work --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b3861d0..e5fc2ffc 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ Available Spring Boot configuration parameters (either `application.yml` or `app graphql.playground: mapping: /playground endpoint: /graphql - subscriptionsEndpoint: /subscriptions + subscriptionEndpoint: /subscriptions staticPath.base: my-playground-resources-folder enabled: true pageTitle: Playground @@ -331,7 +331,7 @@ graphql.playground: ``` ## Basic settings -`mapping`, `endpoint` and `subscriptionsEndpoint` will default to `/playground`, `/graphql` and `/subscriptions`, +`mapping`, `endpoint` and `subscriptionEndpoint` will default to `/playground`, `/graphql` and `/subscriptions`, respectively. Note that these values may not be empty. `enabled` defaults to `true`, and therefor Playground will be available by default if the dependency is added to a