aboutsummaryrefslogtreecommitdiffstats
path: root/src/_flutter
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2024-12-23 08:30:29 +0900
committerGitHub <noreply@github.com>2024-12-23 08:30:29 +0900
commitc160d09fddd28ceb3af5cf80e9253af80e450d96 (patch)
tree57f5e3d9c2793d68569f322dd428a6012d0ad974 /src/_flutter
parentMerge pull request #1115 from zsh-users/update_node (diff)
parentfix typos (diff)
downloadzsh-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/_flutter4
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]'