From ad680d547a0a67a7ca0a9b96395c6320b5fa907b Mon Sep 17 00:00:00 2001 From: Khushboo Verma <43381712+vermakhushboo@users.noreply.github.com> Date: Tue, 22 Aug 2023 16:52:42 +0530 Subject: [PATCH] Fix grammar in GitHub comments --- app/console | 2 +- src/Appwrite/Vcs/Comment.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/console b/app/console index ee76ee7e6b..bd296d14f5 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit ee76ee7e6b71f66caf26c6d71289e8ed33052a51 +Subproject commit bd296d14f51730256c08b55d77f3c79007aad995 diff --git a/src/Appwrite/Vcs/Comment.php b/src/Appwrite/Vcs/Comment.php index cc53d4bba6..1107e0ee70 100644 --- a/src/Appwrite/Vcs/Comment.php +++ b/src/Appwrite/Vcs/Comment.php @@ -66,7 +66,7 @@ class Comment } //TODO: Update link to documentation - $text .= "**Your function has automatically been deployed.** Learn more about Appwrite Function Deployments in our [documentation](https://appwrite.io/docs/functions).\n\n"; + $text .= "**Your function has been automatically deployed.** Learn more about Appwrite [Function Deployments](https://appwrite.io/docs/functions).\n\n"; foreach ($projects as $projectId => $project) { $text .= "**{$project['name']}** `{$projectId}`\n\n";