From 7f5b83f88dd236ec40e994840e61df7427ec9706 Mon Sep 17 00:00:00 2001 From: kathmbeck Date: Thu, 20 Oct 2022 14:15:50 -0700 Subject: [PATCH] remove jsx from comment --- .../utils/babel/babel-plugin-add-slice-placeholder-location.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/src/utils/babel/babel-plugin-add-slice-placeholder-location.ts b/packages/gatsby/src/utils/babel/babel-plugin-add-slice-placeholder-location.ts index 53bd6539836f9..41457e0812f2c 100644 --- a/packages/gatsby/src/utils/babel/babel-plugin-add-slice-placeholder-location.ts +++ b/packages/gatsby/src/utils/babel/babel-plugin-add-slice-placeholder-location.ts @@ -4,7 +4,7 @@ import { ObjectProperty } from "@babel/types" import { store } from "../../redux" /** - * This is a plugin that finds placeholder components and injects the __renderedByLocation prop + * This is a plugin that finds Slice placeholder components and injects the __renderedByLocation prop * with filename and location in the file where the placeholder was found. This is later used to provide * more useful error messages when the user props are invalid showing codeframe where user tries to render it * instead of codeframe of the Slice component itself (internals of gatsby) that is not useful for the user.