diff --git a/recipe/deploy/update_code.php b/recipe/deploy/update_code.php index d601aa751..dc211aca5 100644 --- a/recipe/deploy/update_code.php +++ b/recipe/deploy/update_code.php @@ -57,7 +57,7 @@ * Works only when [`update_code_strategy`](#update_code_strategy) is set to `archive` (default). * * Example: - * - set value to `src` if you want to deploy the folder that lives at `/src/api`. + * - set value to `src` if you want to deploy the folder that lives at `/src`. * - set value to `src/api` if you want to deploy the folder that lives at `/src/api`. * * Note: do not use a leading `/`!