From 2e376b32ec4339302f7d4d50c475f05f93f629e1 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 18 Jun 2020 08:49:10 -0700 Subject: [PATCH] fix: sp mistake --- server/pages/developers/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/pages/developers/index.js b/server/pages/developers/index.js index e65cf843..63304c7e 100644 --- a/server/pages/developers/index.js +++ b/server/pages/developers/index.js @@ -54,7 +54,7 @@ export default function Developers() { endpoint is a method on{' '} https://www.getoutline.com/api/<METHOD>. Both{' '} GET and POST methods are supported but - it’s recommeded that you make all call using POST. + it’s recommended that you make all calls using POST. Only HTTPS is supported in production.