Skip to content

Commit

Permalink
chore: fix doc typo in wordpress tutorial (#20931)
Browse files Browse the repository at this point in the history
* chore: fix doc typo in wordpress tutorial

* Update docs/tutorial/wordpress-image-tutorial.md

Co-authored-by: LB <laurie@gatsbyjs.com>
Co-authored-by: GatsbyJS Bot <mathews.kyle+gatsbybot@gmail.com>
  • Loading branch information
3 people authored Feb 21, 2020
1 parent af921bb commit e985d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/wordpress-image-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
// Indicates whether the site is hosted on wordpress.com.
// If false, then the assumption is made that the site is self hosted.
// If true, then the plugin will source its content on wordpress.com using the JSON REST API V2.
// If your site is hosted on wordpress.org, then set this to false.
// If your site is hosted on wordpress.com, then set this to true.
hostingWPCOM: false,
// If useACF is true, then the source plugin will try to import the WordPress ACF Plugin contents.
// This feature is untested for sites hosted on WordPress.com
Expand Down

0 comments on commit e985d8e

Please sign in to comment.