From 786e482c0bc3e4f1be295dd2b6f253f0675aa0fb Mon Sep 17 00:00:00 2001
From: Don Hirst <dvhirst@aol.com>
Date: Mon, 20 Nov 2017 13:21:08 -0800
Subject: [PATCH] Fix Typo

"Security Doucmentation" --> "Security Documentation"
---
 docs/api/usage.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/api/usage.md b/docs/api/usage.md
index d738c804..3a32bb83 100644
--- a/docs/api/usage.md
+++ b/docs/api/usage.md
@@ -221,7 +221,7 @@ cv api contact.get first_name=Alice last_name=Roberts
 
 ## API Security
 
-API has security mesasures built in depending on the way the API is called that can also be turned off or on. API Permissions are also able to be altered via hook. More information on API Security can be found in the [Security Doucmentation](/security/permissions.md).
+API has security mesasures built in depending on the way the API is called that can also be turned off or on. API Permissions are also able to be altered via hook. More information on API Security can be found in the [Security Documentation](/security/permissions.md).
 
 ## API Lookups by Username
 
-- 
GitLab