Skip to content

Commit

Permalink
Add missing Comma to Plugin Options page (#34208)
Browse files Browse the repository at this point in the history
There was a missing comma on an object in one of the code examples. (Line 77)
  • Loading branch information
ashhitch committed Dec 7, 2021
1 parent 81fd35a commit 0e96111
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ module.exports = {
resolve: `gatsby-plugin-console-log`,
options: {
optionA: true,
message: "Hello world"
message: "Hello world",
optionB: false, // Optional.
},
},
Expand Down

0 comments on commit 0e96111

Please sign in to comment.