Skip to content

Commit 0d9ddcd

Browse files
samy-mahmoudizimmerle
authored andcommitted
README: Add three missing words
1 parent b907ffa commit 0d9ddcd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The old version of ModSecurity was originally designed for and contained within
1919

2020
# Compilation
2121

22-
Before compile this software make sure that you have libmodsecurity installed.
22+
Before you compile this software make sure that you have libmodsecurity installed.
2323
You can download it from the ModSecurity git repository. For information pertaining to the compilation and installation of libmodsecurity please consult the documentation provided along with it.
2424

2525
With libmodsecurity installed, you can proceed with the installation of the ModSecurity-apache connector. Run the following commands:
@@ -39,7 +39,7 @@ libModSecurity for Apache extends your configuration directives. In order to loa
3939
LoadModule security3_module modules/mod_security3.so
4040
```
4141

42-
The module adds new directives to Apache and some them are documented below:
42+
The module adds new directives to Apache and some of them are documented below:
4343

4444
modsecurity
4545
-----------
@@ -49,7 +49,7 @@ modsecurity
4949

5050
**default:** *off*
5151

52-
Turns on or off ModSecurity functionality.
52+
Turns on or off the ModSecurity functionality.
5353
Note that this configuration directive is no longer related to the SecRule state.
5454
Instead, it now serves solely as an Apache flag to enable or disable the module.
5555

0 commit comments

Comments
 (0)