diff --git a/app/views/docs/oauth-guide.md.erb b/app/views/docs/oauth-guide.md.erb index 2cd9346..02a7b0a 100644 --- a/app/views/docs/oauth-guide.md.erb +++ b/app/views/docs/oauth-guide.md.erb @@ -52,7 +52,7 @@ Construct an authorization URL with these parameters:
The scopes you request will determine what user information your app will be able to access.
If you're a community member, you can request the following scopes: <%= Program::COMMUNITY_ALLOWED_SCOPES.join(" ") %>.
- If you work for Hack Club HQ and are building an official program, you will have access to additional scopes, like basic_info and addresses.
+ If you work for Hack Club HQ and are building an official program, you will have access to additional scopes, like basic_info and address.
Talk to Nora if you need anything scarier than those.