From 77e6c9e4b5af74866f4c143269f6134ebdff87f0 Mon Sep 17 00:00:00 2001 From: Joel Pittet Date: Tue, 10 Sep 2024 00:15:18 -0700 Subject: [PATCH] Update update_code.php Fixing what looks to be a typo --- recipe/deploy/update_code.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `/`!