Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(gatsby-source-wordpress): Fix typo in presets[].options #35455

Merged
merged 1 commit into from
Apr 20, 2022

Conversation

dofbi
Copy link

@dofbi dofbi commented Apr 20, 2022

Description

hello there,
I found a cookie her Plugin Options > presets[].options

Documentation

{
  resolve: `gatsby-source-wordpress`,
  options: {
    presets: [
      {
-       name: `DEVELOP`,
+       presetName: `DEVELOP`,
        useIf: () => process.env.NODE_ENV === `development`,
        options: {
          type: {
            __all: {
              limit: 1,
            },
          },
        },
      },
    ],
  },
}

Fixes #35453

@gatsbot gatsbot bot added the status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer label Apr 20, 2022
@LekoArts LekoArts added type: documentation An issue or pull request for improving or updating Gatsby's documentation topic: source-wordpress Related to Gatsby's integration with WordPress topic: source-plugins Relates to the Gatsby source plugins (e.g. -filesystem) and removed status: triage needed Issue or pull request that need to be triaged and assigned to a reviewer labels Apr 20, 2022
@LekoArts LekoArts changed the title ♻️ Typo in WordPress Plugin Options > presets[].options #35453 chore(gatsby-source-wordpress): Fix typo in presets[].options Apr 20, 2022
Copy link
Contributor

@LekoArts LekoArts left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: source-plugins Relates to the Gatsby source plugins (e.g. -filesystem) topic: source-wordpress Related to Gatsby's integration with WordPress type: documentation An issue or pull request for improving or updating Gatsby's documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Typo in WordPress Plugin Options > presets[].options
2 participants