From a63a2d704ced4565d43eea4bde897b7ff652e4b5 Mon Sep 17 00:00:00 2001 From: Jonathan Chen Date: Fri, 17 Aug 2018 13:51:06 -0700 Subject: [PATCH] Docs: Fix spelling --- doc/examples/material-ui.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/material-ui.md b/doc/examples/material-ui.md index 2021785..d43fe83 100644 --- a/doc/examples/material-ui.md +++ b/doc/examples/material-ui.md @@ -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)))) ``` -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. **Check the example project for complete code.** Some additional logic is