From 04dbdaf2e0b955b72af077d7ec18fd68cbc22c66 Mon Sep 17 00:00:00 2001 From: Dhruvin-Purohit <73269605+Dhruvin-Purohit@users.noreply.github.com> Date: Mon, 1 Mar 2021 00:22:30 +0530 Subject: [PATCH] docs(faq): fix spelling and grammatical errors (#558) * feat(grammar): Common Mistakes. * Update docs/src/faq.md Co-authored-by: ayntee --- docs/src/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/faq.md b/docs/src/faq.md index 04ecfcc44..14af40820 100644 --- a/docs/src/faq.md +++ b/docs/src/faq.md @@ -21,11 +21,11 @@ of it's code! A breaking change in typings is a breaking change for the library! ## How Stable Is Discordeno? -One of the biggest issues with almost every library(I have used) is stability. +One of the biggest issues with almost every library (that I have used) is stability. None of the libraries gave much love and attention to TypeScript developers the way it deserves. Sometimes TypeScript projects would break because breaking changes to typings did not make a MAJOR bump so TypeScript bots in production -would break. Sometimes I was personally maintaing the typings because no one +would break. Sometimes I was personally maintaining the typings because no one else was for that lib. Some libs were pre 1.0 and didn't even have a stable branch/version where I would not have to worry about breaking changes.