From b0b7b681bae3630d2cd66d05737f133a70c90b81 Mon Sep 17 00:00:00 2001 From: Andrew Nguonly Date: Fri, 27 Sep 2024 15:59:32 -0700 Subject: [PATCH] Fix typo. (#1893) --- docs/docs/cloud/deployment/cloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/cloud/deployment/cloud.md b/docs/docs/cloud/deployment/cloud.md index e23723287..49720b749 100644 --- a/docs/docs/cloud/deployment/cloud.md +++ b/docs/docs/cloud/deployment/cloud.md @@ -91,4 +91,4 @@ Starting from the `Deployment` view... 1. Update the `Git Branch` to the desired branch. 1. Check/uncheck checkbox to `Automatically update deployment on push to branch`. 1. Branch creation/deletion and tag creation/deletion events will not trigger an update. Only pushes to an existing branch will trigger an update. - 1. Pushes in quick succession to a branch will not trigger subsequent updates. In the future, this functionality make be changed/improved. + 1. Pushes in quick succession to a branch will not trigger subsequent updates. In the future, this functionality may be changed/improved.