From 681ec108ae41b51c259cf09ffd57a427caecc5ad Mon Sep 17 00:00:00 2001 From: John Furrow Date: Thu, 15 Feb 2018 10:49:41 -0800 Subject: [PATCH 1/3] Corrects grammar: 'correct' -> 'correcting' --- communities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communities.json b/communities.json index fd1cff2..75ccf05 100644 --- a/communities.json +++ b/communities.json @@ -46,7 +46,7 @@ "logo": "ubiq.svg", "title": "Ubiq", "quote": - "We've really enjoyed the swap to discord where we can provide an intuitive new member experience while protect existing members from phishing and scams. This is key as we expand our bot capability to blockchain interaction like tipping.", + "We've really enjoyed the swap to discord where we can provide an intuitive new member experience while protecting existing members from phishing and scams. This is key as we expand our bot capability to blockchain interaction like tipping.", "inviteCode": "HF6vEGF" }, { From 55e5930d9eed102a617b0c26919a78c192b4b105 Mon Sep 17 00:00:00 2001 From: John Furrow Date: Thu, 15 Feb 2018 11:13:25 -0800 Subject: [PATCH 2/3] Fixes logo filename typo --- communities.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/communities.json b/communities.json index 75ccf05..9de4d0f 100644 --- a/communities.json +++ b/communities.json @@ -57,7 +57,7 @@ "inviteCode": "c5DvZ4e" }, { - "logo": "veutify.svg", + "logo": "vuetify.svg", "title": "Vuetify", "quote": "We started using Discord as we opened up Patreon. It integrated flawlessly and provided us with a platform to help recognize our contributors. Thank you!", From 63f66dbfd55afc0080cb3ef8b3339eec6e2c0a7b Mon Sep 17 00:00:00 2001 From: BasicsCoding <325329@student.lincolncollege.ac.uk> Date: Wed, 21 Feb 2018 15:53:40 +0000 Subject: [PATCH 3/3] Fixed spelling mistake I know it's such a small PR, but it drives me crazy. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a9d7dd..767703b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ To add your project and community to the list: ```json { "logo": "your-logo.svg", - "title": "Name of your projecy", + "title": "Name of your project", "quote": "A short quote about how you use Discord for your project.", "inviteCode": "The public invite code to your project, usually the code after https://discord.gg/" }