Skip to content

Commit a3cce99

Browse files
buncisrosa
authored andcommitted
fix typo
1 parent 8102fb8 commit a3cce99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ If you're using Puma in development but you don't want to use Solid Queue in dev
503503
```ruby
504504
plugin :solid_queue if ENV["SOLID_QUEUE_IN_PUMA"]
505505
```
506-
that you set in production only. This is what Rails 8's default Puma config looks like. Otherwise, if you're using Puma in development but not Solid Queue, starting Pumna would start also Solid Queue supervisor and it'll most likely fail because it won't be properly configured.
506+
that you set in production only. This is what Rails 8's default Puma config looks like. Otherwise, if you're using Puma in development but not Solid Queue, starting Puma would start also Solid Queue supervisor and it'll most likely fail because it won't be properly configured.
507507

508508

509509
## Jobs and transactional integrity

0 commit comments

Comments
 (0)