Update configuring_rules.md

This commit is contained in:
0xflotus
2019-03-31 23:17:31 +02:00
committed by GitHub
parent b215b861da
commit 63626bdf56

View File

@ -54,7 +54,7 @@ Properties are assigned a value with a `property` element, which should mention
<property name="reportLevel" value="150"/>
```
All property assignements must be enclosed in a `properties` element, which is itself inside a `rule` element.
All property assignments must be enclosed in a `properties` element, which is itself inside a `rule` element.
{%include tip.html content="The properties of a rule are documented with the rule, e.g. [here](pmd_rules_java_design.html#npathcomplexity) for NPathComplexity. Note that **assigning a value to a property that does not exist throws an error!**" %}