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.