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

Fixing typos #212

Open
wants to merge 1 commit into
base: main
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
6 changes: 3 additions & 3 deletions docs/features/filters.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Filters

Filter are hooks that trigger befor a connection is processed.
Filter are hooks that trigger before a connection is processed.
They are used as preconditions to validate a connection.

## Use Filters

To use filters you just need to a this to your [**global config**](../config/index.md):
To use filters you just need to add this to your [**global config**](../config/index.md):

```yml
# Filter are hooks that trigger befor a connection is processed.
Expand All @@ -17,4 +17,4 @@ filters:
Now you actually need to add filters to your config.
This is a list of all the filters that currently exist:

- [Rate Limiter](rate-limiter)
- [Rate Limiter](rate-limiter)
Loading