diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2024-12-23 08:30:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-23 08:30:29 +0900 |
| commit | c160d09fddd28ceb3af5cf80e9253af80e450d96 (patch) | |
| tree | 57f5e3d9c2793d68569f322dd428a6012d0ad974 /src/_flutter | |
| parent | Merge pull request #1115 from zsh-users/update_node (diff) | |
| parent | fix typos (diff) | |
| download | zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.tar zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.tar.gz zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.tar.bz2 zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.tar.lz zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.tar.xz zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.tar.zst zsh-completions-c160d09fddd28ceb3af5cf80e9253af80e450d96.zip | |
Merge pull request #1116 from Mic92/typos
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 48df935..ac594b8 100644 --- a/src/_flutter +++ b/src/_flutter @@ -601,7 +601,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) @@ -610,7 +610,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]' |
