Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
markemer committed Feb 24, 2025
1 parent 6e5c15f commit af59e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/declarations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ export interface CapacitorConfig {
resolveServiceWorkerRequests?: boolean;

/**
* If set to "force", margins will be adjusted for edge to edge regardless of Android OS version.
* If set to "auto", or is missing, will check for Android 15 and the setting of [windowOptOutEdgeToEdgeEnforcement](https://developer.android.com/reference/android/R.attr#windowOptOutEdgeToEdgeEnforcement) and decided based on those.
* If set to "force", margins will be adjusted for edge to edge regardless of any other settings.
* If set to "auto", or is missing, will check for Android 15 and the setting of [windowOptOutEdgeToEdgeEnforcement](https://developer.android.com/reference/android/R.attr#windowOptOutEdgeToEdgeEnforcement) and decide based on those.
* If set to "disable", will not adjust margins at all.
*
* @since 7.1.0
Expand Down

0 comments on commit af59e2a

Please sign in to comment.