Merge pull request #526 from bganicky/patch-1

Fixed typo in schema-registry.mdx.
This commit is contained in:
Stephen Barlow
2019-08-19 16:40:35 -07:00
committed by GitHub

View File

@@ -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.