diff --git a/docs/data/joy/guides/applying-dark-mode/applying-dark-mode.md b/docs/data/joy/guides/applying-dark-mode/applying-dark-mode.md index 3777f667f613f2..a6c63e0959b34f 100644 --- a/docs/data/joy/guides/applying-dark-mode/applying-dark-mode.md +++ b/docs/data/joy/guides/applying-dark-mode/applying-dark-mode.md @@ -95,7 +95,7 @@ export default class MyDocument extends Document { ### Gatsby -To use the Joy UI API with a Next.js project, add the following code to the custom [`gatsby-ssr.js`](https://www.gatsbyjs.com/docs/reference/config-files/gatsby-ssr/) file: +To use the Joy UI API with a Gatsby project, add the following code to the custom [`gatsby-ssr.js`](https://www.gatsbyjs.com/docs/reference/config-files/gatsby-ssr/) file: ```jsx import React from 'react';