From 8bc0a8d1858fbe42be25a76ad50c90a76b0c368d Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Tue, 11 Apr 2023 13:01:45 +0100 Subject: [PATCH] docs: clarify meaing of "this" in a comment --- site/content/docs/02-component-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/02-component-format.md b/site/content/docs/02-component-format.md index d9f7a35662..f3daa7efa3 100644 --- a/site/content/docs/02-component-format.md +++ b/site/content/docs/02-component-format.md @@ -286,7 +286,7 @@ You cannot `export default`, since the default export is the component itself.