Fix grammar in GitHub comments

This commit is contained in:
Khushboo Verma 2023-08-22 16:52:42 +05:30
parent ce54c71e16
commit ad680d547a
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit ee76ee7e6b71f66caf26c6d71289e8ed33052a51
Subproject commit bd296d14f51730256c08b55d77f3c79007aad995

View file

@ -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";