Skip to content

Commit

Permalink
GITBOOK-195: docs: change lifo reference
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored and gitbook-bot committed Jul 28, 2024
1 parent 3a65ac4 commit 67f1eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/gitbook/guide/jobs/prioritized.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ await job.changePriority({
});
```

or if you want to use the [LIFO (_Last In, First Out_)](../lifo.md) option:
or if you want to use the [LIFO (_Last In, First Out_)](lifo.md) option:

```typescript
const job = await Job.create(queue, 'test2', { foo: 'bar' }, { priority: 16 });
Expand Down

0 comments on commit 67f1eec

Please sign in to comment.