Skip to content

Commit 22d15dd

Browse files
committed
update docusaurus
1 parent 207d094 commit 22d15dd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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 used to create consistent, maintainable code.</p>
3+
<p align="center">TypeScript Style Guide provides a concise set of conventions and best practices to create consistent, maintainable code.</p>
44

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

77
### Why
88

9-
- As project grow in size and complexity, maintaining code quality and ensuring consistent practices becomes increasingly challenging.
10-
- Defining and following a standard way to write TypeScript applications brings consistent codebase and faster development cycles.
9+
- 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.
1111
- No need to discuss code styles in code reviews.
1212
- Saves team time and energy.
1313

website/src/pages/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: TypeScript Style Guide
3-
description: TypeScript Style Guide provides a concise set of conventions and best practices used to create consistent, maintainable code.
3+
description: TypeScript Style Guide provides a concise set of conventions and best practices to create 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-
TypeScript Style Guide provides a concise set of conventions and best practices used to create consistent, maintainable code.
16+
TypeScript Style Guide provides a concise set of conventions and best practices to create consistent, maintainable code.
1717

1818
## Table of Contents
1919

@@ -28,8 +28,8 @@ Still certain design and architectural decisions must be followed which are desc
2828

2929
### Why
3030

31-
- As project grow in size and complexity, maintaining code quality and ensuring consistent practices becomes increasingly challenging.
32-
- Defining and following a standard way to write TypeScript applications brings consistent codebase and faster development cycles.
31+
- As project grow in size and complexity, maintaining code quality and ensuring consistent practices become increasingly challenging.
32+
- Defining and following a standard way to write TypeScript applications brings a consistent codebase and faster development cycles.
3333
- No need to discuss code styles in code reviews.
3434
- Saves team time and energy.
3535

0 commit comments

Comments
 (0)