From 7b7a6de373975329eaa7623ba81442616c33d71a Mon Sep 17 00:00:00 2001 From: "Giorgio (gito)" <32620115+Atovange@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:20:29 +0200 Subject: [PATCH] [FIX] Typo docs interplolation -> interpolation --- doc/reference/slots.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/reference/slots.md b/doc/reference/slots.md index 12854f09..d565a731 100644 --- a/doc/reference/slots.md +++ b/doc/reference/slots.md @@ -133,7 +133,7 @@ Slots can define a default content, in case the parent did not define them: ## Dynamic Slots The `t-slot` directive is actually able to use any expressions, using string -interplolation: +interpolation: ```xml