From e985d8efd477d22f7626ece9790b1511041c6ffa Mon Sep 17 00:00:00 2001 From: Shane O'Neill <8338013+zeevosec@users.noreply.github.com> Date: Fri, 21 Feb 2020 10:33:40 -0500 Subject: [PATCH] chore: fix doc typo in wordpress tutorial (#20931) * chore: fix doc typo in wordpress tutorial * Update docs/tutorial/wordpress-image-tutorial.md Co-authored-by: LB Co-authored-by: GatsbyJS Bot --- docs/tutorial/wordpress-image-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/wordpress-image-tutorial.md b/docs/tutorial/wordpress-image-tutorial.md index 5f00ed65c5859..831ff2a0fafa9 100644 --- a/docs/tutorial/wordpress-image-tutorial.md +++ b/docs/tutorial/wordpress-image-tutorial.md @@ -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