From 497c6ae017e8fac7e2b9b11e000ce462f5a61bf2 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 22 Oct 2016 15:16:55 -0400 Subject: [PATCH] spelling mistake fix --- doc/api/pages/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/pages/getting-started.md b/doc/api/pages/getting-started.md index 429e6971..687cfa3f 100644 --- a/doc/api/pages/getting-started.md +++ b/doc/api/pages/getting-started.md @@ -1,2 +1,2 @@ -There are three ways to log in: cookie-based authentication, token-based authentication, or OAuth 2. If you're testing the API or making simple scripts, cookie-based or token-based is the best. If you're developing and app and want users to be able to log into Metamaps inside your app, you'll be able to use the OAuth 2 mechanism. Check the security tab of any of the endpoints above for instructions on logging in. +There are three ways to log in: cookie-based authentication, token-based authentication, or OAuth 2. If you're testing the API or making simple scripts, cookie-based or token-based is the best. If you're developing an app and want users to be able to log into Metamaps inside your app, you'll be able to use the OAuth 2 mechanism. Check the security tab of any of the endpoints above for instructions on logging in.