Skip to content

Commit ebaf0f5

Browse files
committed
ADD TO: fix spelling
1 parent cc87a16 commit ebaf0f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

wiki/Version-4.0-Developer-Upgrade-Guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ Type casting for sniff property values set from within a ruleset has been made m
122122

123123
Search for sniff which have `public` properties which can be changed from within a ruleset.
124124

125-
* If the sniff has work-arounds in place to handle non-lowercase string `'true'` or `'false'` values for boolean properties, those work-arounds can be removed.
126-
* If the sniff has work-arounds in place to handle (any case) string `'null'` values, those work-arounds can be removed.
125+
* If the sniff has workarounds in place to handle non-lowercase string `'true'` or `'false'` values for boolean properties, those workarounds can be removed.
126+
* If the sniff has workarounds in place to handle (any case) string `'null'` values, those workarounds can be removed.
127127
* If the sniff explicitly expects only string values for array elements, the sniff may need to be updated.
128-
* If the sniff has work-arounds in place to handle the type casting of `true`, `false` and/or `null` for array elements, those work-arounds can be removed.
128+
* If the sniff has workarounds in place to handle the type casting of `true`, `false` and/or `null` for array elements, those workarounds can be removed.
129129

130130
<p align="right"><a href="#table-of-contents">back to top</a></p>
131131

0 commit comments

Comments
 (0)