Update docs.md

This commit is contained in:
Ben Croker 2020-08-29 21:54:09 +02:00 committed by GitHub
parent 03cacce5a6
commit 4bd28579b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -542,7 +542,7 @@ Htmx has an extensive events mechanism, which doubles as the logging system.
If you want to register for a given htmx event you can use the following javascript:
```javascript
htmx.on("htmx.load", function(evt) {
htmx.on("htmx:load", function(evt) {
myJavascriptLib.init(evt.details.elt);
});
```