diff --git a/README.md b/README.md index 82356d0b..0c6fba9b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Better Auth is framework-agnostic authentication (and authorization) library for ### Why Better Auth -Authentication in the TypeScript ecosystem feels like a half-solved problem right now. Open-source libraries often requires a lot of additional code for anything beyond basic authentication. Rather than just pushing third-party services as the solution, I believe we can do better as a community—hence, Better Auth. +Authentication in the TypeScript ecosystem is a half-solved problem. Other open-source libraries often requires a lot of additional code for anything beyond basic authentication. Rather than just pushing third-party services as the solution, I believe we can do better as a community—hence, Better Auth. ### Goals **** diff --git a/docs/content/docs/introduction.mdx b/docs/content/docs/introduction.mdx index c1bdc925..4dba7941 100644 --- a/docs/content/docs/introduction.mdx +++ b/docs/content/docs/introduction.mdx @@ -7,7 +7,7 @@ Better Auth is framework-agnostic authentication (and authorization) library for ## Why Better Auth? -Authentication in the TypeScript ecosystem feels like a half-solved problem right now. Open-source libraries often requires a lot of additional code for anything beyond basic authentication. Rather than just pushing third-party services as the solution, I believe we can do better as a community—hence, Better Auth. +Authentication in the TypeScript ecosystem is a half-solved problem. Other open-source libraries often requires a lot of additional code for anything beyond basic authentication. Rather than just pushing third-party services as the solution, I believe we can do better as a community—hence, Better Auth. ## Features