fix scope typo

This commit is contained in:
End 2026-03-09 13:31:44 -07:00
parent bd7bed8141
commit 740ba0a19a
No known key found for this signature in database

View file

@ -52,7 +52,7 @@ Construct an authorization URL with these parameters:
<p>
The scopes you request will determine what user information your app will be able to access. <br/>
If you're a community member, you can request the following scopes: <code><%= Program::COMMUNITY_ALLOWED_SCOPES.join(" ") %></code>. <br/>
If you work for Hack Club HQ and are building an official program, you will have access to additional scopes, like <code>basic_info</code> and <code>addresses</code>.
If you work for Hack Club HQ and are building an official program, you will have access to additional scopes, like <code>basic_info</code> and <code>address</code>.
<br/>
Talk to Nora if you need anything scarier than those.
</p>
@ -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!
Happy hacking!