From 83aef8533867dcc98aacee3c71d058a4488aefff Mon Sep 17 00:00:00 2001 From: mikekravets Date: Sat, 12 Oct 2024 11:42:17 +0300 Subject: [PATCH] Fix comment --- mkdocs_puml/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs_puml/plugin.py b/mkdocs_puml/plugin.py index 11e3f34..14fcf91 100644 --- a/mkdocs_puml/plugin.py +++ b/mkdocs_puml/plugin.py @@ -195,7 +195,7 @@ def _replace(self, key: str, content: str) -> str: # When theming is not enabled, user will manually manage themes in each diagram. # Also, only one version of diagram will be generated for each scheme, which - # should be displayed always although light / dark mode of mkdocs-material. + # should be displayed always despite the light / dark mode of mkdocs-material. style = "display: block" if not self.config.theme.enabled else "" replacement = ( f'
{diagram.diagram}
'