diff options
Diffstat (limited to 'src/_flutter')
| -rw-r--r-- | src/_flutter | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_flutter b/src/_flutter index 8ef9fb4..7f328f9 100644 --- a/src/_flutter +++ b/src/_flutter @@ -577,7 +577,7 @@ _flutter_build() { (aar) opts+=( '--target-platform=[The target platform for which the project is compiled]: :(android-arm android-arm64 android-x86 android-x64)' - \*{-P,--android-project-arg}'[Additioanl arguments specified as key=value that are passed to gradle -P option]:arg' + \*{-P,--android-project-arg}'[Additional arguments specified as key=value that are passed to gradle -P option]:arg' ) ;; (apk|appbundle) @@ -586,7 +586,7 @@ _flutter_build() { '(--no-analyze-size)--analyze-size[Produce additional profile information for artifact output size]' '(--analyze-size)--no-analyze-size[Not produce additional profile information for artifact output size]' '--code-size-directory=[The location to write code size analysis files]: :_files -/' - \*{-P,--android-project-arg}'[Additioanl arguments specified as key=value that are passed to gradle -P option]:arg' + \*{-P,--android-project-arg}'[Additional arguments specified as key=value that are passed to gradle -P option]:arg' '--no-multidex[the app is not built with multidex support]' '--ignore-deprecation[the app should ignore deprecation warnings and continue to build using deprecated APIs]' '--split-per-abi[Split the APKs per ABIs]' |
