Skip to content

Commit

Permalink
Small doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Heezay committed Aug 4, 2022
1 parent 6e72045 commit dba8005
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crossbundle/tools/src/types/strategies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ pub enum AndroidStrategy {
#[default]
#[serde(rename = "gradle-apk")]
GradleApk,
/// Generate native .aab without Gradle. This strategy currently dosn't support
/// Generate native .aab without Gradle. This strategy currently doesn't support
/// Crossbow plugins.
#[serde(rename = "native-apk")]
NativeApk,
/// Generate native .apk without Gradle. This strategy currently dosn't support
/// Generate native .apk without Gradle. This strategy currently doesn't support
/// Crossbow plugins.
#[serde(rename = "native-aab")]
NativeAab,
Expand Down

0 comments on commit dba8005

Please sign in to comment.