Skip to content

Commit 9896309

Browse files
committed
React Bricks page: fixed typo
1 parent 43ff9d8 commit 9896309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/headless-cms/reactbricks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you are not a developer, you can [Spin up a demo](https://reactbricks.com/liv
4545

4646
<img class="simple" src="/img/cms/reactbricks-code.gif" alt="React Bricks components code" />
4747

48-
Define visually editable content blocks as React components. In the JSX use React Bricks components like `Text`, `RichText`, `Image`, `Repeater` to add the Visual editing magic. Decide which rich text features you wnatto enable for each text and define custom render functions for each style. Add **sidebar controls** that map to your component's props to let the editors change properties like the background color, with only the options that you allow.
48+
Define visually editable content blocks as React components. In the JSX use React Bricks components like `Text`, `RichText`, `Image`, `Repeater` to add the Visual editing magic. Decide which rich text features you want to enable for each text and define custom render functions for each style. Add **sidebar controls** that map to your component's props to let the editors change properties like the background color, with only the options that you allow.
4949

5050
### Flexibility
5151

0 commit comments

Comments
 (0)