Remove stray sentence. (#415)

This commit is contained in:
Tim Brayshaw 2017-01-12 17:37:57 +00:00 committed by Aesop Wolf
parent f395839e2c
commit d68586180a
1 changed files with 0 additions and 2 deletions

2
API.md
View File

@ -598,8 +598,6 @@ var MyForm = React.createClass({
})
```
Sets a class name on the form itself.
### <a name="formsydecorator">Formsy.Decorator</a>
The same methods as the mixin are exposed to the decorator version of the element component, though through the `props`, not on the instance.
```jsx