Removed extra o typo

This commit is contained in:
y2kenny 2017-01-11 15:47:55 -05:00 committed by GitHub
parent 3c247db00a
commit 4d4cb99459

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.