From e3ddd3dfd591cf44eb648a8e626cad21b80f9e7d Mon Sep 17 00:00:00 2001 From: Bohdan Ganicky Date: Thu, 18 Jul 2019 19:05:05 +0200 Subject: [PATCH] Fixed typo in schema-registry.mdx. --- docs/source/platform/schema-registry.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/platform/schema-registry.mdx b/docs/source/platform/schema-registry.mdx index d04717c..933f9c0 100644 --- a/docs/source/platform/schema-registry.mdx +++ b/docs/source/platform/schema-registry.mdx @@ -21,7 +21,7 @@ To get started using the schema registry, you'll need to make sure your reposito #### CLI commands -Once you have that set up, you'll be ready to start connecting to the schema regsitry using the CLI: +Once you have that set up, you'll be ready to start connecting to the schema registry using the CLI: - `apollo service:push`— push a new schema to the registry. - `apollo service:check`— calculate a local schema diff and compare the changes against live traffic to validate if the changes are _safe_ or if they will _break_ live running queries.