Skip to content

Commit 2bb39c1

Browse files
mottox2gatsbybot
and
gatsbybot
authored
docs: add missing quote (#22771)
Co-authored-by: gatsbybot <[email protected]>
1 parent 948e093 commit 2bb39c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/recipes/working-with-plugins.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ my-plugin
9797
```javascript:title=gatsby-site/gatsby-config.js
9898
module.exports = {
9999
plugins: [
100-
require.resolve(`../my-plugin), // highlight-line
100+
require.resolve(`../my-plugin`), // highlight-line
101101
],
102102
}
103103
```

0 commit comments

Comments
 (0)