From 88f97c1c12efb417dea0d315f2532707a467353a Mon Sep 17 00:00:00 2001 From: Lennart Date: Mon, 18 Jan 2021 13:01:11 +0100 Subject: [PATCH] Update packages/gatsby-plugin-mdx/gatsby-node.js --- packages/gatsby-plugin-mdx/gatsby-node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby-plugin-mdx/gatsby-node.js b/packages/gatsby-plugin-mdx/gatsby-node.js index 4d2099a4eb55a..3cd212028f614 100644 --- a/packages/gatsby-plugin-mdx/gatsby-node.js +++ b/packages/gatsby-plugin-mdx/gatsby-node.js @@ -124,6 +124,6 @@ exports.pluginOptionsSchema = function ({ Joi }) { ), root: Joi.string() .default(process.cwd()) - .description(`Who knows what this does lol`) + .description(`[deprecated] This is a legacy option that used to define root directory of the project. It was needed to generate a cache directory location. It currently has no effect.`) }) }