Skip to content

Commit 20b2044

Browse files
authoredMay 21, 2019
Merge pull request #856 from samnela/patch-1
Fixed typo
2 parents d3caa3e + d70dbbd commit 20b2044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/monolog/send-messages-to-mq.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You have to install monolog itself, queue interop handlers and one of [the trans
1818
For the simplicity we are going to install the filesystem based MQ.
1919

2020
```
21-
composer require enqueue/monolog-queue-handler monolog/monlog enqueue/fs
21+
composer require enqueue/monolog-queue-handler monolog/monolog enqueue/fs
2222
```
2323

2424
## Usage
@@ -66,4 +66,4 @@ $consumer->consume();
6666

6767
```
6868

69-
[back to index](../index.md)
69+
[back to index](../index.md)

0 commit comments

Comments
 (0)
Please sign in to comment.