From 6ae5b6d5d065b22e97ccd8337cd3289809d36f42 Mon Sep 17 00:00:00 2001 From: Paul Murray Date: Sat, 29 May 2021 13:46:20 -0400 Subject: [PATCH] Docs: Rename slot let section (#6018) The title of this section was a bit confusing, since `` is not actually the correct syntax --- site/content/docs/02-template-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index fb2e57d2af..b83b72e215 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -1376,7 +1376,7 @@ Note that explicitly passing in an empty named slot will add that slot's name to ``` -#### [``](slot_let) +#### [``](slot_let) ---