Skip to content

Commit f90958d

Browse files
brian-gatesjavivelasco
authored andcommitted
Update readme.md (react-toolbox#1478)
Fixed typo.
1 parent d5b49a2 commit f90958d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/button/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you want to provide a theme via context, the component key is `RTButton`.
5454
| `primary` | `Boolean` | `false` | Indicates if the button should have primary color.|
5555
| `raised` | `Boolean` | `false` | If true, the button will have a raised look. |
5656
| `ripple` | `Boolean` | `true` | If true, component will have a ripple effect on click.|
57-
| `theme` | `Object` | | Theme object will classnames that will be used to style the component.|
57+
| `theme` | `Object` | | Theme object with classnames that will be used to style the component.|
5858
| `type` | `String` | `button` | Component root container type.|
5959

6060
By default it will have neutral colors and a flat aspect even though the `flat` property is `false` by default. Also, some properties exclude others, for example a button cannot be `flat` and `raised` at the same time.

0 commit comments

Comments
 (0)