From 3e1df0642eb4f3b5e7244245b2b6ccf55133d959 Mon Sep 17 00:00:00 2001 From: Boris Korogvich Date: Fri, 12 Jan 2018 22:24:25 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b02ca3..9022e48 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ See also: [Platform Building Cheat Sheet](https://github.com/RestCheatSheet/plat 1. Use [OAuth2](http://oauth.net/2/) to secure your API. * Use a Bearer token for authentication. - * Require HTTPS / TLS / SSL to access your APIs. OAuth2 Bearer tokens demand it. Unencrypted communication over HTTP allows for simple eavesdroppping and impersonation. + * Require HTTPS / TLS / SSL to access your APIs. OAuth2 Bearer tokens demand it. Unencrypted communication over HTTP allows for simple eavesdropping and impersonation. 1. Use Content-Type negotiation to describe incoming request payloads.