diff --git a/source/_posts/2019/2019-03-25-how-to-instantly-migrate-nette-tester-to-phpunit.md b/source/_posts/2019/2019-03-25-how-to-instantly-migrate-nette-tester-to-phpunit.md index c06445a3aad..349a1ee95a7 100644 --- a/source/_posts/2019/2019-03-25-how-to-instantly-migrate-nette-tester-to-phpunit.md +++ b/source/_posts/2019/2019-03-25-how-to-instantly-migrate-nette-tester-to-phpunit.md @@ -145,7 +145,7 @@ composer require rector/rector --dev vendor/bin/rector process spec --level nette-tetser-to-phpunit ``` -Rector is **doesn't replace you**, **it helps you** - so take few minutes to polish the details that Rectors missed and send the PR to your project +Rector **doesn't replace you**, **it helps you** - so take few minutes to polish the details that Rectors missed and send the PR to your project But if it's something daunting, [create an issue](https://github.com/rectorphp/rector/issues) - there might be a way to automate it.