From fe70fac40e29a773646df7d76fe7722972891a9a Mon Sep 17 00:00:00 2001 From: LekoArts Date: Thu, 26 Jan 2023 08:46:38 +0100 Subject: [PATCH] chore(docs): Fix typos --- docs/docs/reference/built-in-components/gatsby-slice.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/reference/built-in-components/gatsby-slice.md b/docs/docs/reference/built-in-components/gatsby-slice.md index 2099d68ada484..8ef0fded11bf4 100644 --- a/docs/docs/reference/built-in-components/gatsby-slice.md +++ b/docs/docs/reference/built-in-components/gatsby-slice.md @@ -99,9 +99,9 @@ export const query = graphql` ## Restrictions on using `` 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