From 740ba0a19a80be97a316c7fdc4a40da75d907b51 Mon Sep 17 00:00:00 2001 From: End Date: Mon, 9 Mar 2026 13:31:44 -0700 Subject: [PATCH] fix scope typo --- app/views/docs/oauth-guide.md.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.

@@ -143,4 +143,4 @@ Authorization: Bearer idntk.mraowj2z72e1x8i2a60o88j3h7d0f1 Your first endpoint will probably be <%= render Components::APIExample.new(method: "GET", url: api_v1_me_url, path_only: true) %> This is analogous to `users.info` if you're coming from a Slack API background. -Happy hacking! \ No newline at end of file +Happy hacking!