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

Commit 1d88d11

Browse files
everdimensionrakannimer
authored andcommitted
docs: fix typo in add-favicon-and-metadata.mdx (#89)
fix a type-o
1 parent 45f7731 commit 1d88d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/documentation/customizing/add-favicon-and-metadata.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Adding metadata to your site is done by configuring Gatsby in combination with [
1616

1717
The metadata is set up in a file called `wrapper.js` which lives in docz theme package: `gatsby-theme-docz`. To override it we need to [Shadow the component](https://www.gatsbyjs.org/blog/2019-04-29-component-shadowing/), which means that we need to create a copy of the file with the "same" file path and name in our own `src`-directory.
1818

19-
1. Create a file called `wrapper.js` in `src/gatsby-theme-docz`. Then path is important.
19+
1. Create a file called `wrapper.js` in `src/gatsby-theme-docz`. The path is important.
2020
2. Paste the following content and edit it to your liking
2121
```js
2222
import * as React from 'react'

0 commit comments

Comments
 (0)