Skip to content

Commit e4dfc81

Browse files
authored
correct tag name.
1 parent 6cfa459 commit e4dfc81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/bundle/message_processor.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
app.async.say_hello_processor:
1616
class: 'AppBundle\Async\SayHelloProcessor'
1717
tags:
18-
- { name: 'enqueue.client.message_processor', topicName: 'aTopic' }
18+
- { name: 'enqueue.client.processor', topicName: 'aTopic' }
1919

2020
```
2121
@@ -74,8 +74,8 @@ services:
7474
app.async.say_hello_processor:
7575
class: 'AppBundle\Async\SayHelloProcessor'
7676
tags:
77-
- { name: 'enqueue.client.message_processor'}
77+
- { name: 'enqueue.client.processor'}
7878
7979
```
8080

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

0 commit comments

Comments
 (0)