Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankHossfeld committed Oct 13, 2024
1 parent 64d0968 commit 44a9fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wiki/04.-Nalu-Processor-Plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 44a9fcf

Please sign in to comment.