From 44a9fcf0fa4fd6da2ed98a079c090bf655fe7671 Mon Sep 17 00:00:00 2001 From: Frank Hossfeld Date: Sun, 13 Oct 2024 10:06:28 +0200 Subject: [PATCH] fixed typo --- wiki/04.-Nalu-Processor-Plugin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/04.-Nalu-Processor-Plugin.md b/wiki/04.-Nalu-Processor-Plugin.md index 449adc03..a953e164 100644 --- a/wiki/04.-Nalu-Processor-Plugin.md +++ b/wiki/04.-Nalu-Processor-Plugin.md @@ -150,8 +150,8 @@ public class Application To define a node of the DOM as an extension point where children can be added, just set an id using the `id`-attribute. The selector attribute inside the `@Controller`-annotation will be used to look for a node inside the DOM with the selector value as id. Once the node is found, all children of the node will be removed and the new child added. -## Elemeno based Widget Sets -In case your widget set is based on Elemental2, you have to use, the `nalu-plugin-elemento`. +## Elemento based Widget Sets +In case your widget set is based on Elemento, you have to use, the `nalu-plugin-elemento`. ### Configure the Application To use the plugin, you have to add the following lines to your pom: