Skip to content

Commit

Permalink
chore: fix api sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
edgesoft committed Nov 13, 2016
1 parent 794f544 commit 9202826
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cerebral-forms/README.md
Expand Up @@ -2,7 +2,7 @@
Signals, actions and state factories to create forms

## API
Cerebral forms is basically a function that creates state needed to handle validation and an action factory for validating fields. It is simple in nature, but handles
Cerebral forms is basically a function that creates state needed to handle validation and an action factory for validating fields. It is simple in nature, but handles all the complexity that comes with forms.

### form
A state factory for creating form state. Used when defining initial state or dynamically with an action. You can put forms inside forms.
Expand All @@ -29,7 +29,7 @@ export default {
dependsOn: 'app.myForm.repeatPassword'
// You could also add an array to dependsOn to support multiple depends
// dependsOn: ['app.myForm.repeatPassword', 'app.someOtherForm.someField']

// Some properties are default and rarely changed, but you
// are free to change them

Expand Down

0 comments on commit 9202826

Please sign in to comment.