Merge pull request #736 from ralfzosel/doc-fixes

Fix minor typo in Docu
This commit is contained in:
1cg 2022-01-14 11:15:01 -07:00 committed by GitHub
commit f262e7a276
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -859,7 +859,7 @@ If you set a logger at `htmx.logger`, every event will be logged. This can be v
## <a name="debugging"></a> [Debugging](#debugging)
Declarative and event driven programming with htmx (or any other declartive language) can be a wonderful and highly productive
activity, but one disadvantage when compared with imperative approaches is that it can be tricker to debug.
activity, but one disadvantage when compared with imperative approaches is that it can be trickier to debug.
Figuring out why something *isn't* happening, for example, can be difficult if you don't know the tricks.