Skip to content

Commit 46182a2

Browse files
committed
fix: correct typo in article about firewalls
1 parent e1ae5cf commit 46182a2

File tree

1 file changed

+1
-1
lines changed
  • sources/academy/webscraping/anti_scraping/techniques

1 file changed

+1
-1
lines changed

sources/academy/webscraping/anti_scraping/techniques/firewalls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ One of the most common WAFs one can come across is the one from [Cloudflare](htt
1919

2020
## How it works {#how-it-works}
2121

22-
WAPs work on a similar premise as regular firewalls. Web admins define the rules, and the firewall executes them. As an example of how the WAF can work, we will take a look at Cloudflare's solution:
22+
WAFs work on a similar premise as regular firewalls. Web admins define the rules, and the firewall executes them. As an example of how the WAF can work, we will take a look at Cloudflare's solution:
2323

2424
1. The visitor sends a request to the webpage.
2525
2. The request is intercepted by the firewall.

0 commit comments

Comments
 (0)