Skip to content

Commit bcc489d

Browse files
Merge pull request #17 from markusguenther/update_Readme
Fix a couple of typos in README
2 parents 659b546 + 0b193c0 commit bcc489d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ const content = (
156156
render(content, document.getElementById('app'));
157157
```
158158
159-
The main idea is to inject classnames objects for each component via context. This way you can have the whole theme in a single place and forget about including styles in every require. Any component `Button` or `Dialog` from will use the provided styles in the context.
159+
The main idea is to inject classnames objects for each component via context. This way you can have the whole theme in a single place and forget about including styles in every require. Any `Button` or `Dialog` component will use the styles provided in the context.
160160
161161
## API
162162

0 commit comments

Comments
 (0)