From 28007bbd2ff8c9846f7f8a3add6d990d0775ccd3 Mon Sep 17 00:00:00 2001 From: loks0n <22452787+loks0n@users.noreply.github.com> Date: Fri, 16 Jun 2023 09:56:38 +0100 Subject: [PATCH] fix: typos --- functions/reviewProject/README.md | 2 +- functions/reviewProject/src/templates.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/functions/reviewProject/README.md b/functions/reviewProject/README.md index 1678780..f96623a 100644 --- a/functions/reviewProject/README.md +++ b/functions/reviewProject/README.md @@ -1,4 +1,4 @@ -# rewiiewProject +# rewiewProject Welcome to the documentation of this function 👋 We strongly recommend keeping this file in sync with your function's logic to make sure anyone can easily understand your function in the future. If you don't need documentation, you can remove this file. diff --git a/functions/reviewProject/src/templates.js b/functions/reviewProject/src/templates.js index f1aabdf..a9dc2e3 100644 --- a/functions/reviewProject/src/templates.js +++ b/functions/reviewProject/src/templates.js @@ -50,6 +50,7 @@ Thank you for submitting your project "${project.name}" to Built With Appwrite. Unfortunately, we have decided to reject it for the following reason: > ${project.rejectionReason} + Don't sweat it, though! This is all part of the process and an opportunity for growth. 🌱 After addressing the reason for rejection, feel free to submit the project again. We'd be excited to see your improved version! 🚀 @@ -64,7 +65,7 @@ function approvalTemplate(project) { return `Hey 👋, Thank you for submitting your project "${project.name}" to Built With Appwrite. -We have reviewed your project, made any neccessary changes and decided to approve it! 🎉 +After reviewing your project, we have decided to approve it! 🎉 You can now find it on our website: https://builtwith.appwrite.io/projects/${project.$id} Keep on coding and creating awesome stuff! 💻🔥