Skip to content

Commit d0d37f2

Browse files
authored
docs: fix typo in README (#492)
1 parent d40552b commit d0d37f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![codecov](https://codecov.io/gh/typestack/class-transformer/branch/develop/graph/badge.svg)](https://codecov.io/gh/typestack/class-transformer)
55
[![npm version](https://badge.fury.io/js/class-transformer.svg)](https://badge.fury.io/js/class-transformer)
66

7-
Its ES6 and Typescript era. Nowadays you are working with classes and constructor objects more then ever.
7+
Its ES6 and Typescript era. Nowadays you are working with classes and constructor objects more than ever.
88
Class-transformer allows you to transform plain object to some instance of class and versa.
99
Also it allows to serialize / deserialize object based on criteria.
1010
This tool is super useful on both frontend and backend.

0 commit comments

Comments
 (0)