diff --git a/documentation/solid-2.0/07-dom.md b/documentation/solid-2.0/07-dom.md index 768ca17df..6af1e5feb 100644 --- a/documentation/solid-2.0/07-dom.md +++ b/documentation/solid-2.0/07-dom.md @@ -114,11 +114,32 @@ const on = (type, handler, options) => el => el.addEventListener(type, handler,