Skip to content

Commit

Permalink
chore(gatsby-source-wordpress): Fix typo in presets[].options (#35455)
Browse files Browse the repository at this point in the history
  • Loading branch information
dofbi authored Apr 20, 2022
1 parent 697e6f4 commit dfa5991
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ This should be the full url of your GraphQL endpoint.`
example: wrapOptions(`
presets: [
{
name: \`DEVELOP\`,
presetName: \`DEVELOP\`,
useIf: () => process.env.NODE_ENV === \`development\`,
options: {
type: {
Expand Down

0 comments on commit dfa5991

Please sign in to comment.