Merge pull request #773 from y2kenny/patch-1

Removed extra o typo
This commit is contained in:
Eric Chiang 2017-01-11 13:10:57 -08:00 committed by GitHub
commit 79c21f9b0c

View File

@ -1,6 +1,6 @@
# The dex API
Dex provides a [gRPC][grpc] service for programmatic modification of dex's state. The API is intended too expose hooks for management applications and is not expected to be used by most installations.
Dex provides a [gRPC][grpc] service for programmatic modification of dex's state. The API is intended to expose hooks for management applications and is not expected to be used by most installations.
This document is an overview of how to interact with the API.