Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed typo #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function testUserGreeting()
For more information on testing, check out the <a href="">testing documentation</a>.

## Middleware
The concept of middleware has drastically improved with BotMan 2.0. Where 1.5 was very limited in the available entry points of your webhooks, 2.0 gives you the flexibility you need to extend the lifecircle of your chatbot application.
The concept of middleware has drastically improved with BotMan 2.0. Where 1.5 was very limited in the available entry points of your webhooks, 2.0 gives you the flexibility you need to extend the lifecycle of your chatbot application.

This also means, that you can now limit where in your chatbot you want to add middlewares.
The available entry points are: `sending`, `received`, `heard`.
Expand Down Expand Up @@ -79,4 +79,4 @@ $botman->exception(Exception::class, function($exception, $bot) {
});
```

For more information on exception, check out the <a href="">exception documentation</a>.
For more information on exception, check out the <a href="">exception documentation</a>.