Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/unit/hanami/cli/commands/gem/new_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ class App < Hanami::App
esbuildOptionsFn: (args, esbuildOptions) => {
// Customize your `esbuildOptions` here.
//
// Use the `args.watch` boolean as a condition to apply diffierent options
// Use the `args.watch` boolean as a condition to apply different options
// when running `hanami assets watch` vs `hanami assets compile`.

return esbuildOptions;
Expand Down Expand Up @@ -1024,7 +1024,7 @@ class App < Hanami::App
esbuildOptionsFn: (args, esbuildOptions) => {
// Customize your `esbuildOptions` here.
//
// Use the `args.watch` boolean as a condition to apply diffierent options
// Use the `args.watch` boolean as a condition to apply different options
// when running `hanami assets watch` vs `hanami assets compile`.

return esbuildOptions;
Expand Down
Loading