Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n committed Jun 16, 2023
1 parent b029353 commit 28007bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion functions/reviewProject/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
3 changes: 2 additions & 1 deletion functions/reviewProject/src/templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -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! πŸš€
Expand All @@ -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! πŸ’»πŸ”₯
Expand Down

0 comments on commit 28007bb

Please sign in to comment.