We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f6a038 commit 077c26aCopy full SHA for 077c26a
1 file changed
litestar_htmx/plugin.py
@@ -25,13 +25,13 @@
25
26
27
class HTMXPlugin(InitPluginProtocol):
28
- """Flash messages Plugin."""
+ """HTMX Plugin."""
29
30
def __init__(self) -> None:
31
"""Initialize the plugin."""
32
33
def on_app_init(self, app_config: AppConfig) -> AppConfig:
34
- """Register the message callable on the template engine instance.
+ """Register the HTMX configuration.
35
36
Args:
37
app_config: The application configuration.
0 commit comments