Skip to content

Commit 845fcaa

Browse files
authored
Fix "avatar" and "amplify" spelling (#8460)
* chore: avater => avatar * chore: aplify => amplify
1 parent b7e9905 commit 845fcaa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

developers/activities/development-guides/multiplayer-experience.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const username = user.global_name ?? `${user.username}#${user.discriminator}`;
8383
8484
#### Rendering guild-specific avatars and nicknames
8585
86-
In order to retrieve a user's guild-specific avatar and nickname, your application must request the `guilds.members.read` scope. Note, this only grants the information for that instance of the application's user. To display the guild-specific avater/nickname for all application users, any info retrieved from `guilds.members.read` scope'd API calls must be shared via your application's server.
86+
In order to retrieve a user's guild-specific avatar and nickname, your application must request the `guilds.members.read` scope. Note, this only grants the information for that instance of the application's user. To display the guild-specific avatar/nickname for all application users, any info retrieved from `guilds.members.read` scope'd API calls must be shared via your application's server.
8787
8888
Here's an example of how to retrieve the user's guild-specific avatar and nickname:
8989

developers/game-development/how-to-create-a-community-for-your-game.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ The difference between a community that thrives and one that quietly fades comes
371371

372372
## Lean Into Memes and Shareable Content
373373

374-
The most memorable communities develop their own culture, inside jokes, shared references, and memes. This can't be created artificially, your players need to latch onto something in your game that resonates with them and then build on it. Your role is to recognize when they're having fun and help aplify it. Don't attempt to force trendy memes into your community. Pay attention to the language, reactions, and jokes your players are creating and have fun with it.
374+
The most memorable communities develop their own culture, inside jokes, shared references, and memes. This can't be created artificially, your players need to latch onto something in your game that resonates with them and then build on it. Your role is to recognize when they're having fun and help amplify it. Don't attempt to force trendy memes into your community. Pay attention to the language, reactions, and jokes your players are creating and have fun with it.
375375

376376
### Custom Emojis and Stickers
377377

0 commit comments

Comments
 (0)