Skip to content

Commit

Permalink
Simplify wording
Browse files Browse the repository at this point in the history
  • Loading branch information
123mpozzi committed Oct 7, 2024
1 parent e6f1377 commit f0de732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lockScreenControlConfig.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Configures the lock screen information for the application. This information will be displayed
* wherever lock screen information typically appears, such as the lock screen
* wherever current media information typically appears, such as the lock screen
* and inside the control center.
*/
export interface LockScreenControlConfig {
Expand Down
2 changes: 1 addition & 1 deletion src/playerConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export interface PlayerConfig extends NativeInstanceConfig {
networkConfig?: NetworkConfig;
/**
* Configures the lock screen information for the application. This information will be displayed
* wherever lock screen information typically appears, such as the lock screen
* wherever current media information typically appears, such as the lock screen
* and inside the control center.
*/
lockScreenControlConfig?: LockScreenControlConfig;
Expand Down

0 comments on commit f0de732

Please sign in to comment.