Skip to content

Commit 4a8abd5

Browse files
authored
Update queues.md
1 parent a411b74 commit 4a8abd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/techniques/queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The `forRoot()` method is used to register a `bull` package configuration object
5151

5252
All the options are optional, providing detailed control over queue behavior. These are passed directly to the Bull `Queue` constructor. Read more about these options [here](https://github.com/OptimalBits/bull/blob/master/REFERENCE.md#queue).
5353

54-
To register a queue, import the `BullModule#registerQueue()` dynamic module, as follows:
54+
To register a queue, import the `BullModule.registerQueue()` dynamic module, as follows:
5555

5656
```typescript
5757
BullModule.registerQueue({

0 commit comments

Comments
 (0)