diff options
| author | Alexander Cyon <Sajjon@users.noreply.github.com> | 2024-09-01 21:01:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-01 21:01:27 +0200 |
| commit | d78275fdbb876cee9c55f5c2731b8c1fac7be6d2 (patch) | |
| tree | 036ba2075d49e31510bd0f41224ccf7c93cda975 /plugins/rails/_rails | |
| parent | c68ff8aeedc2b779ae42d745457ecd443e22e212 (diff) | |
| download | zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.gz zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.tar.bz2 zsh-d78275fdbb876cee9c55f5c2731b8c1fac7be6d2.zip | |
chore: fix typos (#12647)
Diffstat (limited to 'plugins/rails/_rails')
| -rw-r--r-- | plugins/rails/_rails | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/rails/_rails b/plugins/rails/_rails index 48fd1909e..dbd843c80 100644 --- a/plugins/rails/_rails +++ b/plugins/rails/_rails @@ -366,10 +366,10 @@ _rails_generate() { ;| (controller|job|model|resource|scaffold) opts+=( - '--parent=[The parent class for the generated controler]:parent class' + '--parent=[The parent class for the generated controller]:parent class' ) ;| - (controler|mailer|resource|scaffold|scaffold_controller) + (controller|mailer|resource|scaffold|scaffold_controller) opts+=( '(-e --template-engine)'{-e,--template-engine=}'[Template engine to be invoked]:engine:(erb)' ) |
