Fix typo in active_job_basics.md

`it's` -> `its`
This commit is contained in:
Jon Evans 2018-03-15 12:17:04 -06:00 committed by GitHub
parent 63ec63ca8c
commit cdfecb800c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ class GuestsCleanupJob < ApplicationJob
#....
end
# Now your job will use `resque` as it's backend queue adapter overriding what
# Now your job will use `resque` as its backend queue adapter overriding what
# was configured in `config.active_job.queue_adapter`.
```