From 422daf25e9741008fa75df96d881fd8507848922 Mon Sep 17 00:00:00 2001 From: Joel Pittet Date: Tue, 10 Sep 2024 00:35:19 -0700 Subject: [PATCH] Update update_code.php (#3890) 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 `/`!