Skip to content

Commit 69ba0b2

Browse files
committed
Fix typos
1 parent 71bc1df commit 69ba0b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ autoDI:
118118
tags: [ my.auto.service ]
119119
120120
services:
121-
# theese services will have tag my.auto.service
121+
# these services will have tag my.auto.service
122122
- class: App\Model\Repositories\**
123123
124-
# theese services will have only tag eventBus.subscriber
124+
# these services will have only tag eventBus.subscriber
125125
- class: app\Model\Subscribers\**
126126
tags: [ eventBus.subscriber ]
127127
```

0 commit comments

Comments
 (0)