diff options
| author | Jörg Thalheim <joerg@thalheim.io> | 2024-12-22 08:12:06 +0100 |
|---|---|---|
| committer | Jörg Thalheim <joerg@thalheim.io> | 2024-12-22 08:12:06 +0100 |
| commit | 59184db64a4a3cdcf6a16466bf5ad35c50ee0241 (patch) | |
| tree | 9e81b90c1c4212366fb4bd046c00bbe5bb01e9f8 /src/_flutter | |
| parent | Merge pull request #1107 from zsh-users/update-node (diff) | |
| download | zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.gz zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.bz2 zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.lz zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.xz zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.tar.zst zsh-completions-59184db64a4a3cdcf6a16466bf5ad35c50ee0241.zip | |
fix typos
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]' |
