Skip to content

Commit adbcdf6

Browse files
committed
ADD TO: fix spelling
1 parent e818259 commit adbcdf6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ Typically, this may impact projects which call `new Config` consecutive times pr
200200

201201
##### Upgrading
202202

203-
Typical work-arounds for the old behaviour will use `Reflection` to reset the `Config::$overriddenDefaults` property between instantiations.
204-
These type of work-arounds can now be removed.
203+
Typical workarounds for the old behaviour will use `Reflection` to reset the `Config::$overriddenDefaults` property between instantiations.
204+
These type of workarounds can now be removed.
205205

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

@@ -338,7 +338,7 @@ This re-tokenization has now been removed.
338338

339339
##### Upgrading
340340

341-
* Search your sniffs/code for `T_INSTANCEOF` and `'static'` to find any potential work-arounds in place for the old tokenization. Those can now be removed.
341+
* Search your sniffs/code for `T_INSTANCEOF` and `'static'` to find any potential workarounds in place for the old tokenization. Those can now be removed.
342342

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

@@ -535,9 +535,9 @@ The Ruleset class now respects sniff selection via `--sniffs=...`, even when in
535535

536536
**Upgrading**
537537

538-
If your own test framework contained work-arounds to get round the previous restriction, it should now be safe to remove those work-arounds and to use the `--sniffs=...` argument when initiating the `Config` class.
538+
If your own test framework contained workarounds to get round the previous restriction, it should now be safe to remove those workarounds and to use the `--sniffs=...` argument when initiating the `Config` class.
539539

540-
Typically, these type of work-around can be found by searching for calls to the `Ruleset::registerSniffs()` method.
540+
Typically, these type of workarounds can be found by searching for calls to the `Ruleset::registerSniffs()` method.
541541

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

0 commit comments

Comments
 (0)