From 96674571a5bbe367712d71d2b7eb1665886f76bb Mon Sep 17 00:00:00 2001 From: Evan J Johnson Date: Fri, 29 Jul 2016 18:29:44 -0700 Subject: [PATCH] Fix a typo. UI -> API (#407) --- docs/developer/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer/index.rst b/docs/developer/index.rst index d78f5c61..a75941b5 100644 --- a/docs/developer/index.rst +++ b/docs/developer/index.rst @@ -205,7 +205,7 @@ REST API ======== Lemur's front end is entirely API driven. Any action that you can accomplish via the UI can also be accomplished by the -UI. The following is documents and provides examples on how to make requests to the Lemur API. +API. The following is documents and provides examples on how to make requests to the Lemur API. Authentication --------------