1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01:00

chore: fix typos (#12647)

This commit is contained in:
Alexander Cyon
2024-09-01 21:01:27 +02:00
committed by GitHub
parent c68ff8aeed
commit d78275fdbb
13 changed files with 16 additions and 16 deletions

View File

@@ -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)'
)