Skip to content

Commit

Permalink
Fix typo: "async_priotity_high" -> "async_priority_high"
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Nov 5, 2019
1 parent 205eefa commit b087dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfcasts/priority-transports.md
Expand Up @@ -85,7 +85,7 @@ And... that's it! Create a new transport for however many different priority
Oh, and instead of using this interactive way of doing things, you can run:

```terminal
php bin/console messenger:consume async_priotity_high async
php bin/console messenger:consume async_priority_high async
```

Perfect. Next, let's talk about *one* option we can use to make it easier to develop
Expand Down

0 comments on commit b087dc7

Please sign in to comment.