diff --git a/resources/blog/posts/2022/2022-07-04-how-to-automatically-add-return-type-declarations-without-breaking-your-code.md b/resources/blog/posts/2022/2022-07-04-how-to-automatically-add-return-type-declarations-without-breaking-your-code.md index 5be24ed44..43aa78fb7 100644 --- a/resources/blog/posts/2022/2022-07-04-how-to-automatically-add-return-type-declarations-without-breaking-your-code.md +++ b/resources/blog/posts/2022/2022-07-04-how-to-automatically-add-return-type-declarations-without-breaking-your-code.md @@ -165,7 +165,7 @@ Depending on what age your project is coming from, there is one requirement to m ## Try it Yourself -Rector can handles some case above in the basic version. Add these rules to your code and see for yourself: +Rector can handle some cases above in the basic version. Add these rules to your code and see for yourself: ```php