From 33cf8b4c75db6319b725d9110bcfa4ef5d6364d7 Mon Sep 17 00:00:00 2001 From: vrbata Date: Tue, 2 Apr 2019 11:27:44 +0200 Subject: [PATCH] Typo Just small typo at the end. --- ...19-03-25-how-to-instantly-migrate-nette-tester-to-phpunit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.