Skip to content

Commit dfa5991

Browse files
authored
chore(gatsby-source-wordpress): Fix typo in presets[].options (#35455)
1 parent 697e6f4 commit dfa5991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gatsby-source-wordpress/src/steps/declare-plugin-options-schema.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ This should be the full url of your GraphQL endpoint.`
898898
example: wrapOptions(`
899899
presets: [
900900
{
901-
name: \`DEVELOP\`,
901+
presetName: \`DEVELOP\`,
902902
useIf: () => process.env.NODE_ENV === \`development\`,
903903
options: {
904904
type: {

0 commit comments

Comments
 (0)