Skip to content

Commit c3f1f39

Browse files
authored
Merge pull request rails#54709 from duffuniverse/fix-typo-in-active-job-basics-guide
[ci skip] Fix typo in the Active Job Basics guide
2 parents c20f7ce + 7e2f567 commit c3f1f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_job_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ outstanding jobs are lost with the default async backend. This can be fine for
145145
smaller apps or non-critical jobs in development.
146146

147147
However, if you use Solid Queue instead, you can configure it in the same way as
148-
in the development environment:
148+
in the production environment:
149149

150150
```ruby
151151
# config/environments/development.rb

0 commit comments

Comments
 (0)