Skip to content

Commit 3d5ad5b

Browse files
committed
update docusaurus
1 parent b3a22d8 commit 3d5ad5b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<h1 align="center"><img src="https://raw.githubusercontent.com/mkosir/typescript-style-guide/main/misc/typescript-logo-30.png" style="vertical-align:text-top" /> TypeScript Style Guide</h1>
22

3-
<p align="center">TypeScript Style Guide provides a concise set of conventions and best practices to create consistent, maintainable code.</p>
3+
<p align="center">TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.</p>
44

55
### Go to 👉 [TypeScript Style Guide](https://mkosir.github.io/typescript-style-guide/)
66

77
### Why
88

99
- As project grow in size and complexity, maintaining code quality and ensuring consistent practices become increasingly challenging.
10-
- Defining and following a standard way to write TypeScript applications brings a consistent codebase and faster development cycles.
11-
- No need to discuss code styles in code reviews.
10+
- Defining and following a standard approach to writing TypeScript applications leads to a consistent codebase and faster development cycles.
11+
- No need to discuss code styles during code reviews.
1212
- Saves team time and energy.
1313

1414
### Contributing

website/src/pages/index.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: TypeScript Style Guide
3-
description: The TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.
3+
description: TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.
44
toc_min_heading_level: 2
55
toc_max_heading_level: 2
66
---
@@ -13,7 +13,7 @@ import { UseDocumentTitle } from '@site/src/hooks';
1313

1414
## Introduction
1515

16-
The TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.
16+
TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.
1717

1818
## Table of Contents
1919

0 commit comments

Comments
 (0)