Skip to content

Commit

Permalink
fix: embedded app sdk code example commands.commands typo (#6736)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lulalaby committed Mar 25, 2024
1 parent 0d5f804 commit 7a6bc9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/developer_tools/Embedded_App_SDK.md
Expand Up @@ -498,7 +498,7 @@ Locks the application to specific orientations in each of the supported layout m
#### Usage

```js
await discordSdk.commands.commands.setOrientationLockState({
await discordSdk.commands.setOrientationLockState({
lock_state: 'landscape',
picture_in_picture_lock_state: 'landscape',
grid_lock_state: 'unlocked'
Expand Down Expand Up @@ -786,4 +786,4 @@ No scopes required
### ENTITLEMENT_CREATE

> preview
> Coming soon! Not available during Developer Preview
> Coming soon! Not available during Developer Preview

0 comments on commit 7a6bc9d

Please sign in to comment.