Skip to content

Commit e78e648

Browse files
authored
Merge pull request #18 from coryhouse/patch-1
Grammar fixes
2 parents 231839e + 9c12c9e commit e78e648

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ import {FancyButton} from './styles.react.css'
9999

100100
### Composite components
101101

102-
In fact any React components which accepts `className` props can be used as a
103-
base. That's means that React CSS Components can be used as theming tool for any
102+
In fact any React component which accepts `className` props can be used as a
103+
base. That means that React CSS Components can be used as theming tool for any
104104
UI library.
105105

106106
Example:
@@ -114,7 +114,7 @@ DangerButton {
114114

115115
## Variants
116116

117-
Variants is a mechanism which allows to define styling variants for a component.
117+
Variants is a mechanism which allows defining component styling variants.
118118

119119
### Named variants
120120

@@ -153,7 +153,7 @@ Label:prop(mode == "emphasis") {
153153
}
154154
```
155155

156-
Note that any free variable reference a member of `props`, thus in JS `mode`
156+
Note that any free variable references a member of `props`, thus in JS `mode`
157157
becomes `props.mode` in the example above.
158158

159159
They are compiled as CSS classes as well. JS expressions within `prop(..)` are

0 commit comments

Comments
 (0)