Skip to content

Commit

Permalink
docs: add missing quote (#22771)
Browse files Browse the repository at this point in the history
Co-authored-by: gatsbybot <mathews.kyle+gatsbybot@gmail.com>
  • Loading branch information
mottox2 and gatsbybot committed Apr 3, 2020
1 parent 948e093 commit 2bb39c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/recipes/working-with-plugins.md
Expand Up @@ -97,7 +97,7 @@ my-plugin
```javascript:title=gatsby-site/gatsby-config.js
module.exports = {
plugins: [
require.resolve(`../my-plugin), // highlight-line
require.resolve(`../my-plugin`), // highlight-line
],
}
```
Expand Down

0 comments on commit 2bb39c1

Please sign in to comment.