Skip to content

Commit

Permalink
chore(docs): Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Jan 26, 2023
1 parent 049e8e1 commit fe70fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/reference/built-in-components/gatsby-slice.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ export const query = graphql`

## Restrictions on using `<Slice>` placeholder

### JSS and Styled Components Support
### JSS and styled-components support

Using Styled-components or JSS within Slice components is currently [not supported](https://github.com/gatsbyjs/gatsby/issues/37278). Alternatively, you can use emotion or normal CSS.
Using styled-components or JSS within Slice components is currently [not supported](https://github.com/gatsbyjs/gatsby/issues/37278). Alternatively, you can use emotion or normal CSS.

### Must be in `src` directory

Expand Down

0 comments on commit fe70fac

Please sign in to comment.