Skip to content

Commit 2296f7c

Browse files
committed
fix typo
1 parent 987a57d commit 2296f7c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

crowdsec-docs/unversioned/bouncers/haproxy_spoa.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ integrates cleanly with CrowdSec’s LAPI using the stream bouncer protocol.
4444
Supported features:
4545

4646
- Stream mode (pull the local API for new/old decisions every X seconds)
47-
- Ban remediation (can ban an IP address by redirecting him or returning a custom HTML page)
47+
- Ban remediation (can ban an IP address by redirecting or returning a custom HTML page)
4848
- Captcha remediation (can return a captcha)
4949
- Works with IPv4/IPv6
5050
- Support IP ranges (can apply a remediation on an IP range)
@@ -54,7 +54,8 @@ Supported features:
5454

5555
### Using packages
5656

57-
First, [setup crowdsec repositories](/docs/next/getting_started/install_crowdsec#install-our-repositories).
57+
You will have to setup crowdsec repositories first [setup crowdsec
58+
repositories](/docs/next/getting_started/install_crowdsec#install-our-repositories).
5859

5960
<Tabs
6061
defaultValue="haproxy_debian"
@@ -66,7 +67,7 @@ First, [setup crowdsec repositories](/docs/next/getting_started/install_crowdsec
6667
<TabItem value="haproxy_debian">
6768

6869
```bash
69-
sudo apt install crowdsec-haproxy-bouncer
70+
sudo apt install crowdsec-haproxy-spoa-bouncer
7071
```
7172

7273
</TabItem>

0 commit comments

Comments
 (0)