diff --git a/README.md b/README.md index 169c11a..b7b1354 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@
TypeScript Style Guide provides a concise set of conventions and best practices to create consistent, maintainable code.
+TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.
### Go to 👉 [TypeScript Style Guide](https://mkosir.github.io/typescript-style-guide/) ### Why - As project grow in size and complexity, maintaining code quality and ensuring consistent practices become increasingly challenging. -- Defining and following a standard way to write TypeScript applications brings a consistent codebase and faster development cycles. -- No need to discuss code styles in code reviews. +- Defining and following a standard approach to writing TypeScript applications leads to a consistent codebase and faster development cycles. +- No need to discuss code styles during code reviews. - Saves team time and energy. ### Contributing diff --git a/website/src/pages/index.mdx b/website/src/pages/index.mdx index e05c2d9..53f8c20 100644 --- a/website/src/pages/index.mdx +++ b/website/src/pages/index.mdx @@ -1,6 +1,6 @@ --- title: TypeScript Style Guide -description: The TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code. +description: TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code. toc_min_heading_level: 2 toc_max_heading_level: 2 --- @@ -13,7 +13,7 @@ import { UseDocumentTitle } from '@site/src/hooks'; ## Introduction -The TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code. +TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code. ## Table of Contents