Skip to content

Commit 311070e

Browse files
committed
Customisable-Sniff-Properties: fix typo
1 parent 668bc3e commit 311070e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiki/Customisable-Sniff-Properties.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ $rootNode
911911
->end()
912912
->end();
913913
```
914-
If you want to allow mutli-level indenting, set the `multilevel` property to `true`. This will allow each line to be indented 1 more or 1 less level than the previous line, while still ensuring that all lines are indented at least once.
914+
If you want to allow multi-level indenting, set the `multilevel` property to `true`. This will allow each line to be indented 1 more or 1 less level than the previous line, while still ensuring that all lines are indented at least once.
915915

916916
```xml
917917
<rule ref="PEAR.WhiteSpace.ObjectOperatorIndent">

0 commit comments

Comments
 (0)