Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit edeb5ab

Browse files
stramelrakannimer
authored andcommitted
docs:fix filename in code comment (#92)
1 parent 59da6ce commit edeb5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/documentation/references/migration-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Check [here](https://www.docz.site/docs/creating-themes) for more information ab
9595
The same thing happened here for the oldest `wrapper` property. Now you can wrap your entire application by just creating a file called `src/gatsby-theme-docz/wrapper.js`
9696

9797
```js
98-
// src/gatsby-theme-docz/index.js
98+
// src/gatsby-theme-docz/wrapper.js
9999
import React from 'react'
100100

101101
export default ({ children }) => (

0 commit comments

Comments
 (0)