Skip to content

Commit 077c26a

Browse files
committed
chore: fix docstrings
1 parent 1f6a038 commit 077c26a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

litestar_htmx/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626

2727
class HTMXPlugin(InitPluginProtocol):
28-
"""Flash messages Plugin."""
28+
"""HTMX Plugin."""
2929

3030
def __init__(self) -> None:
3131
"""Initialize the plugin."""
3232

3333
def on_app_init(self, app_config: AppConfig) -> AppConfig:
34-
"""Register the message callable on the template engine instance.
34+
"""Register the HTMX configuration.
3535
3636
Args:
3737
app_config: The application configuration.

0 commit comments

Comments
 (0)