From 4d4cb99459bdc2afa58f02d1e0bcef47706ffd49 Mon Sep 17 00:00:00 2001 From: y2kenny Date: Wed, 11 Jan 2017 15:47:55 -0500 Subject: [PATCH] Removed extra o typo --- Documentation/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/api.md b/Documentation/api.md index 5171b5e1..0a93c6b4 100644 --- a/Documentation/api.md +++ b/Documentation/api.md @@ -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.