From d68586180a945848893e440d52aac85fe42b58c5 Mon Sep 17 00:00:00 2001 From: Tim Brayshaw Date: Thu, 12 Jan 2017 17:37:57 +0000 Subject: [PATCH] Remove stray sentence. (#415) --- API.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/API.md b/API.md index 7199244..4215056 100644 --- a/API.md +++ b/API.md @@ -598,8 +598,6 @@ var MyForm = React.createClass({ }) ``` -Sets a class name on the form itself. - ### Formsy.Decorator 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