Skip to content

Commit

Permalink
Revert "Fix minor typo in docs: "now" to "not""
Browse files Browse the repository at this point in the history
This reverts commit 5e9e1d6.
  • Loading branch information
michaelbromley committed Nov 11, 2024
1 parent 19d9f2a commit f61e070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/reference/typescript-api/job-queue/job.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import MemberDescription from '@site/src/components/MemberDescription';
<GenerationInfo sourceFile="packages/core/src/job-queue/job.ts" sourceLine="37" packageName="@vendure/core" />

A Job represents a piece of work to be run in the background, i.e. outside the request-response cycle.
It is intended to be used for long-running work triggered by API requests. Jobs should not generally
It is intended to be used for long-running work triggered by API requests. Jobs should now generally
be directly instantiated. Rather, the <a href='/reference/typescript-api/job-queue/#jobqueue'>JobQueue</a> `add()` method should be used to create and
add a new Job to a queue.

Expand Down

0 comments on commit f61e070

Please sign in to comment.