Skip to content

Commit 68815f1

Browse files
committed
Fix typos in README
1 parent 1b2860a commit 68815f1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Apache. As a result, This current version has less dependencies, fewer bugs, and
2626
Before compile this software make sure that you have libmodsecurity installed.
2727
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.
2828

29-
With libmodsecurity installed, you can proceed with the installation of the ModSecurity-nginx connector, which follow thes Nginx 3rd party module installation procedure:
29+
With libmodsecurity installed, you can proceed with the installation of the ModSecurity-nginx connector, which follow the Nginx 3rd party module installation procedure:
3030

3131
```
3232
./configure --add-module=/path/your/modsecurity-for-nginx
@@ -41,9 +41,9 @@ ModSecurity for Nginx extends your Nginx configuration directives. It adds four
4141
new directives and they are:
4242

4343
modsecurity [On|Off] - This directive turns on or off ModSecurity functionality. Note that
44-
this configuration directive is no longer related to the SecRule state. Instead, it now serves soley as an Nginx flag to enable or disable the module.
44+
this configuration directive is no longer related to the SecRule state. Instead, it now serves solely as an Nginx flag to enable or disable the module.
4545

46-
modsecurity_rules_file [<path to rules file>] - This directive indicates the location of the modsecurity configuartion file.
46+
modsecurity_rules_file [<path to rules file>] - This directive indicates the location of the modsecurity configuration file.
4747

4848
modsecurity_rules_remote [server-key] [<url to rules>] - This directive is used to indicate from where (on the internet) a modsecurity configuration file will be downloaded. It also specifies the key that will be used to authenticate to that server.
4949

@@ -104,7 +104,7 @@ are willing to help with. Thank you.
104104

105105
## Providing Patches
106106

107-
We prefer to have your patch within the GtiHub infrastructure to facilitate our
107+
We prefer to have your patch within the GitHub infrastructure to facilitate our
108108
review work, and our QA integration. GitHub provides an excellent
109109
documentation on how to perform “Pull Requests”. More information available
110110
here: https://help.github.com/articles/using-pull-requests/
@@ -129,7 +129,7 @@ You may also take a look at recent bug reports and open issues to get an idea of
129129
### Testing your patch
130130

131131
Along with the manual testing, we strongly recommend that you to use the nginx test
132-
utility to make sure that you patch does not adversly affect the behavior or performance of Nginx.
132+
utility to make sure that you patch does not adversely affect the behavior or performance of Nginx.
133133

134134
The nginx tests are available on: http://hg.nginx.org/nginx-tests/
135135

@@ -171,7 +171,7 @@ security@modsecurity.org to report the issue. Once the problem is fixed we will
171171

172172
## Feature Request
173173

174-
We would love to discuss any ideas that you may have for a new feature. Please keep in mind this is a community driven project so be sure to contact the community via the mailing list to get feedback first. Alternativly,
174+
We would love to discuss any ideas that you may have for a new feature. Please keep in mind this is a community driven project so be sure to contact the community via the mailing list to get feedback first. Alternatively,
175175
feel free to open GitHub issues requesting for new features. Before opening a new issue, please check if there is an existing feature request for the desired functionality.
176176

177177
## Packing

0 commit comments

Comments
 (0)