Merge pull request #393 from dijonkitchen/patch-1

Docs: Fix spelling
This commit is contained in:
Juho Teperi 2018-08-21 20:23:38 +03:00 committed by GitHub
commit c1e7a60a2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ it is useful to wrap the `TextField` component in a way that the option is added
(apply r/create-element mui/TextField props (map r/as-element children)))) (apply r/create-element mui/TextField props (map r/as-element children))))
``` ```
Here `r/create-element` and `reagent.impl.template/covert-prop-values` achieve Here `r/create-element` and `reagent.impl.template/convert-prop-value` achieve
the same as what `adapt-react-class` does, but allows modifying the props. the same as what `adapt-react-class` does, but allows modifying the props.
**Check the example project for complete code.** Some additional logic is **Check the example project for complete code.** Some additional logic is