Skip to content

Commit 5ca708b

Browse files
authored
Social SDK: Remove "cross-platform" language (#7709)
Change language around "cross-platform" as it's definition to game developers doesn't align with the original intent in the documentation.
1 parent 610f9bc commit 5ca708b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/discord-social-sdk/development-guides.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you are new to the Discord Social SDK, we recommend you start with the [Getti
4848
Display detailed game status in Discord profiles.
4949
</Card>
5050
<Card title="Managing Game Invites" link="/docs/discord-social-sdk/development-guides/managing-game-invites" icon="InboxIcon">
51-
Implement cross-platform game invites.
51+
Allow players to invite friends to join their game session or party.
5252
</Card>
5353
</Container>
5454

docs/discord-social-sdk/development-guides/linked-channels.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import CommsScopeWarning from '../partials/callouts/oauth-comms-scopes.mdx';
1313

1414
## Overview
1515

16-
Linked Channels let players connect in-game lobbies with Discord text channels, enabling cross-platform chat between your game and Discord servers.
16+
Linked Channels let players connect in-game lobbies with Discord text channels, enabling chat between your game and Discord servers.
1717

1818
When linked:
1919
- In-game messages appear in the Discord channel

docs/discord-social-sdk/development-guides/sending-direct-messages.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Now that you know how to send and receive messages, check out these other Discor
141141
Bring players together in a shared lobby with invites, text chat, and voice comms.
142142
</Card>
143143
<Card title="Linked Channels" link="/docs/discord-social-sdk/development-guides/linked-channels" icon="TextControllerIcon">
144-
Enable cross-platform text chat between a Discord channel and your game.
144+
Enable text chat between a Discord channel and your game.
145145
</Card>
146146
</Container>
147147

0 commit comments

Comments
 (0)