Skip to content

Commit

Permalink
Fixed typo in FAQ (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkylefrank authored and giuseppeg committed Aug 8, 2018
1 parent 8ccf7d0 commit 9f53a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ const StyledImage = ({ src, alt = '' }) => (

When the component accepts a `className` (or ad-hoc) prop as a way to allow customizations then you can use [the `resolve` tag from `styled-jsx/css`](#the-resolve-tag).

When the component doesn't accept any `className` or doesn't expose any API to customize the component, then you only option is to use `:global()` styles:
When the component doesn't accept any `className` or doesn't expose any API to customize the component, then your only option is to use `:global()` styles:

```jsx
export default () => (
Expand Down

0 comments on commit 9f53a74

Please sign in to comment.