From bc8a98fddcdc2700f3408e2aa64a0e667193d09b Mon Sep 17 00:00:00 2001 From: Dan Date: Sat, 13 Apr 2019 14:10:31 -0700 Subject: [PATCH] minor typo fix --- src/__docs__/design.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__docs__/design.mdx b/src/__docs__/design.mdx index 103e13f5..7b311062 100644 --- a/src/__docs__/design.mdx +++ b/src/__docs__/design.mdx @@ -40,7 +40,7 @@ And with **rbx**, I've tried to strike a perfect balance. If you'd like to use **rbx**, simply include a css file, import some components, and get moving. If you want to customize the Bulma sass, **rbx** will get out of your way, so you can do that, too. -Many componets are quite simple, and simply apply the appropriate styling to an underlying JSX Element (e.g. `div` or `span`). +Many components are quite simple, and simply apply the appropriate styling to an underlying JSX Element (e.g. `div` or `span`). For the more complex ones (e.g. ``, ``, or ``), they come with basic state management built-in (using the modern [React Context](https://reactjs.org/docs/context.html) that you can easily override using the `managed` prop. ### Largely unopinionated