Skip to content

Commit 40191be

Browse files
author
Vlad Balin
committed
updated docs
1 parent de86c6e commit 40191be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Universal state container for modern JS applications written with TypeScript for
66

77
API docs are here: https://volicon.github.io/Type-R/
88

9-
Distributed application state is defined as supersposition of the recursively nested `Record` and `Collection` objects.
10-
State trees supports transactional and deeply observable changes, and are JSON-serializable by default. All state elements are _typed_ with run-time type assertions and type conversions on assignment. The declarative state validation is supported out of box as well.
9+
Distributed application state is defined as a superposition of the recursively nested `Record` and `Collection` objects.
10+
State trees support transactional and deeply observable changes and are JSON-serializable by default. All state elements are _typed_ with run-time type assertions and type conversions on assignment. The declarative attribute-level validation is supported as well.
1111

1212
Type-R explicitly supports both _aggregation_ and _associations by id_ with the majority of operations performed recursively on _ownership trees_.
1313

0 commit comments

Comments
 (0)