diff --git a/docs/docs/using-client-side-only-packages.md b/docs/docs/using-client-side-only-packages.md index ce7e12af28303..2b4cc00921902 100644 --- a/docs/docs/using-client-side-only-packages.md +++ b/docs/docs/using-client-side-only-packages.md @@ -7,7 +7,7 @@ On occasion, you may need to use a function or library that only works client-si You'll need to use one of the workarounds outlined below if your project fails to compile with `gatsby develop` or `gatsby build` with an error like: ```shell -Reference error: Window is not Defined +Reference error: window is not defined ``` ## Workaround 1: Use a different library or approach @@ -21,7 +21,7 @@ In the component where you need it, load the package via CDN using a [`