fix: sp mistake

This commit is contained in:
Tom Moor
2020-06-18 08:49:10 -07:00
parent f352b35e13
commit 2e376b32ec

View File

@ -54,7 +54,7 @@ export default function Developers() {
endpoint is a method on{' '} endpoint is a method on{' '}
<Code>https://www.getoutline.com/api/&lt;METHOD&gt;</Code>. Both{' '} <Code>https://www.getoutline.com/api/&lt;METHOD&gt;</Code>. Both{' '}
<Code>GET</Code> and <Code>POST</Code> methods are supported but <Code>GET</Code> and <Code>POST</Code> methods are supported but
its recommeded that you make all call using <Code>POST</Code>. its recommended that you make all calls using <Code>POST</Code>.
Only HTTPS is supported in production. Only HTTPS is supported in production.
</p> </p>