diff options
author | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-07-09 11:36:08 +0300 |
---|---|---|
committer | Alexander Moisseev <moiseev@mezonplus.ru> | 2016-07-09 11:51:17 +0300 |
commit | e9dd2a60e4d5238d21b0034722d87c0e71c06a94 (patch) | |
tree | 8eed92e63c1b73ba3127b1cf6de818e647f5f386 /doc | |
parent | abf2b7d4833551077dcb873bb928f40c0c9ec1e6 (diff) | |
download | rspamd-e9dd2a60e4d5238d21b0034722d87c0e71c06a94.tar.gz rspamd-e9dd2a60e4d5238d21b0034722d87c0e71c06a94.zip |
[Doc] Correct capitalization in configuration/composites.md
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/configuration/composites.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/markdown/configuration/composites.md b/doc/markdown/configuration/composites.md index c5e97ed1d..3e4596399 100644 --- a/doc/markdown/configuration/composites.md +++ b/doc/markdown/configuration/composites.md @@ -2,7 +2,7 @@ ## Introduction -rspamd composites are used to combine rules and create more complex rules. Composite rules are defined by `composite` keys. The value of the key should be an object that defines the composite's name and value, which is the combination of rules in a joint expression. +Rspamd composites are used to combine rules and create more complex rules. Composite rules are defined by `composite` keys. The value of the key should be an object that defines the composite's name and value, which is the combination of rules in a joint expression. For example, you can define a composite that is added when two specific symbols are found: |