[FIX] Typo docs

interplolation -> interpolation
This commit is contained in:
Giorgio (gito)
2024-04-22 15:20:29 +02:00
committed by Géry Debongnie
parent b63d1e28b2
commit 7b7a6de373
+1 -1
View File
@@ -133,7 +133,7 @@ Slots can define a default content, in case the parent did not define them:
## Dynamic Slots ## Dynamic Slots
The `t-slot` directive is actually able to use any expressions, using string The `t-slot` directive is actually able to use any expressions, using string
interplolation: interpolation:
```xml ```xml
<t t-slot="{{current}}" /> <t t-slot="{{current}}" />