mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fix grammar in GitHub comments
This commit is contained in:
parent
ce54c71e16
commit
ad680d547a
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit ee76ee7e6b71f66caf26c6d71289e8ed33052a51
|
||||
Subproject commit bd296d14f51730256c08b55d77f3c79007aad995
|
||||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue