Skip to content

Commit a8f453a

Browse files
docs(user guide): Fix typo [skip ci]
1 parent 3cb0228 commit a8f453a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/USER_GUIDE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The `CrowdSec Bouncer` plugin for WordPress has been designed to protect WordPre
3737
by using [CrowdSec](https://www.crowdsec.net/) technology.
3838

3939
**N.B.:**
40-
its important to understand the scope and limitations of this bouncer, as described in the [Understanding the limitations of the bouncer](#understanding-the-limitations-of-the-bouncer) section.
40+
it's important to understand the scope and limitations of this bouncer, as described in the [Understanding the limitations of the bouncer](#understanding-the-limitations-of-the-bouncer) section.
4141

4242
## Prerequisites
4343

@@ -72,14 +72,14 @@ On the other hand, all texts are also fully customizable. This will allow you, f
7272

7373
While this plugin provides effective protection for most scenarios by intercepting and bouncing web requests that go through the [WordPress loading process](https://medium.com/@dendeffe/wordpress-loading-sequence-a-guided-tour-e077c7dbd119), there are inherent limitations to this approach. These limitations can create potential gaps in coverage, which you should be aware of:
7474

75-
1. Requests to PHP files outside of the WordPress Core loading process
75+
1. Requests to PHP files outside the WordPress Core loading process
7676

7777
Since this plugin is loaded as part of the WordPress core process, it will not attempt to retrieve or apply a remediation if a custom public PHP script is accessed directly.
7878

7979
To ensure all PHP scripts are covered, consider enabling the [auto_prepend_file mode](#auto-prepend-file-mode).
8080

8181

82-
2. Requests to Non-PHP Files (e.g., .env or other static files)
82+
2. Requests to Non-PHP Files (e.g. `.env` or other static files)
8383

8484
Requests for non-PHP files, such as `.env` or other static files, are not handled by this plugin.
8585
As this limitation is tied to the nature of PHP itself, you may need to implement additional server-level protections (e.g., strict file permissions or blocking access to sensitive files through server configuration) to secure such files.

0 commit comments

Comments
 (0)