Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-MikeS committed Dec 1, 2023
1 parent a267bbe commit 3d00a29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ Get the app specific language locale code.

**Returns:** <code>Promise&lt;<a href="#applanguagecode">AppLanguageCode</a>&gt;</code>

**Since:** 5.1.0
**Since:** 6.0.0

--------------------

Expand Down
2 changes: 1 addition & 1 deletion app/src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export interface AppPlugin {
/**
* Get the app specific language locale code.
*
* @since 5.1.0
* @since 6.0.0
*/
getAppLanguage(): Promise<AppLanguageCode>;

Expand Down

0 comments on commit 3d00a29

Please sign in to comment.