From cd690e025bb2ad2e50cfc417d4b58408c779f080 Mon Sep 17 00:00:00 2001 From: James Scott-Brown Date: Tue, 11 Apr 2023 13:05:22 +0100 Subject: [PATCH] docs: clarify meaning of "this" in a comment (#8478) --- 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..f1563a62c6 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.