Skip to content

Commit

Permalink
Merge pull request #906 from jblz/patch-1
Browse files Browse the repository at this point in the history
Website: Fix typo in pure.mdx: "famouse"
  • Loading branch information
samchon authored Dec 12, 2023
2 parents 7cfc030 + 3df2d0b commit b28ab5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/docs/pure.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ typia.assert<IBbsArticle>(article);

`typia` needs only one line with pure TypeScript type.

You know what? Every other validator libraries need extra schema definition, that is different with pure TypeScript type. For an example, `class-validator` is the most famouse validator due to used in `NestJS`. However, `NestJS` and `class-validator` force you to define triple duplicated DTO schema.
You know what? Every other validator libraries need extra schema definition, that is different with pure TypeScript type. For an example, `class-validator` is the most famous validator due to used in `NestJS`. However, `NestJS` and `class-validator` force you to define triple duplicated DTO schema.

1. TypeScript Type
2. `class-validator` decorators
Expand Down Expand Up @@ -649,4 +649,4 @@ exports.assertArticle = assertArticle;

![Assert Function Benchmark](https://github.com/samchon/typia/raw/master/benchmark/results/11th%20Gen%20Intel(R)%20Core(TM)%20i5-1135G7%20%40%202.40GHz/images/assert.svg)

> Measured on [Intel i5-1135g7, Surface Pro 8](https://github.com/samchon/typia/tree/master/benchmark/results/11th%20Gen%20Intel(R)%20Core(TM)%20i5-1135G7%20%40%202.40GHz#assert)
> Measured on [Intel i5-1135g7, Surface Pro 8](https://github.com/samchon/typia/tree/master/benchmark/results/11th%20Gen%20Intel(R)%20Core(TM)%20i5-1135G7%20%40%202.40GHz#assert)

0 comments on commit b28ab5f

Please sign in to comment.