Skip to content

Commit 5d9a6e1

Browse files
committed
Version-4.0-Developer-Upgrade-Guide: fix typos
1 parent 59f6fc7 commit 5d9a6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ There are basically two upgrade strategies:
3636
1. Drop support for PHP_CodeSniffer 3.x completely and adopt support for PHP_CodeSniffer 4.x.
3737
2. Make your package cross-version compatible with both PHP_CodeSniffer 3.x as well as 4.x.
3838

39-
Which strategy is best suited for your project will depend on your userbase.
39+
Which strategy is best suited for your project will depend on your user-base.
4040

41-
If your userbase is known to often combine multiple external standards, making the package PHPCS cross-version compatible may be preferred to allow users to upgrade as soon as possible, while still benefiting from updates to your package if they can't upgrade to PHPCS 4.x yet.
41+
If your user-base is known to often combine multiple external standards, making the package PHPCS cross-version compatible may be preferred to allow users to upgrade as soon as possible, while still benefiting from updates to your package if they can't upgrade to PHPCS 4.x yet.
4242

4343
The vast majority of the below upgrade tasks will need to be executed in both cases, but there are some upgrade tasks which can only be executed once support for PHP_CodeSniffer 3.x is being dropped.
4444

0 commit comments

Comments
 (0)