diff --git a/docs/advanced-usage/automatically-remove-ray-calls.md b/docs/advanced-usage/automatically-remove-ray-calls.md index 9518f3d..977d6ae 100644 --- a/docs/advanced-usage/automatically-remove-ray-calls.md +++ b/docs/advanced-usage/automatically-remove-ray-calls.md @@ -3,7 +3,7 @@ title: Automatically remove ray calls weight: 1 --- -To avoid shipping your code with some ray calls in it you can automate the removal of all ray calls in your codebase. +To avoid shipping your code with some `ray()` calls in it you can automate the removal of all `ray()` calls in your codebase. ## Rector If you are already using [Rector](https://getrector.com/) this can be simply done by adding a rule to your `rector.php` config file: