From ff747aa059726127f2a85a76fb87498d0e021308 Mon Sep 17 00:00:00 2001 From: gagansaini1212 <35168573+gagansaini1212@users.noreply.github.com> Date: Wed, 13 Feb 2019 16:57:44 +0530 Subject: [PATCH] grammatical mistake (#337) --- docs/source/intro/platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/intro/platform.md b/docs/source/intro/platform.md index 20b515f..10b3110 100644 --- a/docs/source/intro/platform.md +++ b/docs/source/intro/platform.md @@ -49,7 +49,7 @@ are: * **Schema registry** — a registry for GraphQL schemas that acts as a central source of truth for a schema, enriched with additional - metadata like field-level usage statisics. + metadata like field-level usage statistics. * **Client registry** — a registry to track each known consumer of a schema, which can include both pre-registered and ad-hoc clients.