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: