Skip to content

Commit bde51b4

Browse files
authored
Fix a tiny typo in the eject generator (#3752)
1 parent eabfda9 commit bde51b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/generators/avo/eject_generator.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ def eject_controller
233233
end
234234

235235
def confirm_ejection_on(path, is_directory: false)
236-
say("By ejecting the '#{path}'#{" directory" if is_directory} \033[1myou'll take on the responsibility for maintain it.", :yellow)
236+
say("By ejecting the '#{path}'#{" directory" if is_directory} \033[1myou'll take on the responsibility for maintaining it.", :yellow)
237237
yes?("Are you sure you want to eject the '#{path}'#{" directory" if is_directory}? [y/N]", :yellow)
238238
end
239239

0 commit comments

Comments
 (0)