mirror of
https://github.com/zhigang1992/react-jsonschema-form.git
synced 2026-04-30 13:12:26 +08:00
a priori should be italicized for readibility (#825)
* Priori should by prior, I think * Italicizing a priori based on suggestion
This commit is contained in:
committed by
Ethan Glasser-Camp
parent
1411dbe56d
commit
5391d23528
@@ -103,7 +103,7 @@ A [live playground](https://mozilla-services.github.io/react-jsonschema-form/) i
|
||||
|
||||
## Philosophy
|
||||
|
||||
react-jsonschema-form is meant to automatically generate a React form based on a [JSON Schema](http://json-schema.org/). It is a major component in the [kinto-admin](https://github.com/Kinto/kinto-admin/). If you want to generate a form for any data, sight unseen, simply given a JSON schema, react-jsonschema-form may be for you. If you have a priori knowledge of your data and want a toolkit for generating forms for it, you might look elsewhere.
|
||||
react-jsonschema-form is meant to automatically generate a React form based on a [JSON Schema](http://json-schema.org/). It is a major component in the [kinto-admin](https://github.com/Kinto/kinto-admin/). If you want to generate a form for any data, sight unseen, simply given a JSON schema, react-jsonschema-form may be for you. If you have _a priori_ knowledge of your data and want a toolkit for generating forms for it, you might look elsewhere.
|
||||
|
||||
react-jsonschema-form validates that the data conforms to the given schema, but doesn't prevent the user from inputing data that doesn't fit (for example, stripping non-numbers from a number field, or not letting the user add values to an array that is already "full".
|
||||
|
||||
|
||||
Reference in New Issue
Block a user