diff --git a/docs/reference/src/recipes/recipes.md b/docs/reference/src/recipes/recipes.md index ac62c1231..88db1e7e4 100644 --- a/docs/reference/src/recipes/recipes.md +++ b/docs/reference/src/recipes/recipes.md @@ -447,7 +447,7 @@ export global Logic { // You can collect other global properties here } -export Recipe := Window { +export component Recipe inherits Window { VerticalBox { input := LineEdit { text: "Text to be transformed";