Skip to content

Commit 7e2f567

Browse files
authored
Fix typo in Active Job Basics guide
1 parent aa2bfad commit 7e2f567

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)