Skip to content

Commit 23190e5

Browse files
committed
Review updates.
1 parent e1e1637 commit 23190e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/discord-social-sdk/core-concepts.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The default presence features include:
111111
* [Presence & Rich Presence](/docs/discord-social-sdk/core-concepts#presence-rich-presence)
112112

113113
The Social SDK provides the helper method [`Client::GetDefaultPresenceScopes`], which returns `openid sdk.social_layer_presence`,
114-
that you can use when setting up your OAuth2 flow, for integrations that only needs the above functionality.
114+
that you can use when setting up your OAuth2 flow, for integrations that only need the above functionality.
115115

116116
:::warn
117117
With only the default presence scopes, your game will not be able to use any of the limited access
@@ -120,7 +120,7 @@ communications features.
120120

121121
### Default Communication Scopes
122122

123-
The communications features are currently available but have limited access. Those features **require** the following scope
123+
The communications features are currently available but have limited access. Those features **require** the scope
124124
of `sdk.social_layer`, which includes the `sdk.social_layer_presence` scope but also allows your app to use those limited features on behalf of the user.
125125

126126
- `openid`

0 commit comments

Comments
 (0)