Skip to content

Commit 82126a1

Browse files
committed
Update README.md
1 parent d5e1b1d commit 82126a1

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
@@ -56,7 +56,7 @@ http://brutusin.org/json-forms/
5656
## Dynamic schemas
5757
This library supports dynamic schemas, that is, subschemas that can change depending on the value of other parts of the data.
5858

59-
This enables to create **dynamic forms** that vary their shape depending on the values entered by the user. This is extremely useful for big autogenerated schemas, that aggregates lots of subschemas and have functional bindings, given that it allows to show the user a simpler, non-error-prone form, also avoiding asking for unneeded data.
59+
This lets creating **dynamic forms** that vary their shape depending on the values entered by the user. This is extremely useful for big autogenerated schemas, that aggregates lots of subschemas and have functional bindings, given that it allows to show the user a simpler, non-error-prone form, also avoiding asking for unneeded data.
6060

6161
Dynamic schemas are built upon two main blocks:
6262
* Custom (non-standard) schema property called `dependsOn`, to build the subschemas dependency graph

0 commit comments

Comments
 (0)