docs(faq): fix spelling and grammatical errors (#558)

* feat(grammar): Common Mistakes.

* Update docs/src/faq.md

Co-authored-by: ayntee <ayyantee@gmail.com>
This commit is contained in:
Dhruvin-Purohit
2021-03-01 00:22:30 +05:30
committed by GitHub
parent 684f827bd7
commit 04dbdaf2e0

View File

@@ -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.