Rodja Trappe 2 éve
szülő
commit
e26934790f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      nicegui/elements/mermaid.py

+ 1 - 1
nicegui/elements/mermaid.py

@@ -10,7 +10,7 @@ class Mermaid(ContentElement):
         '''Mermaid Diagrams
         '''Mermaid Diagrams
 
 
         Renders diagrams and charts written in the Markdown-inspired `Mermaid <https://mermaid.js.org/>`_ language.
         Renders diagrams and charts written in the Markdown-inspired `Mermaid <https://mermaid.js.org/>`_ language.
-        The mermaid syntax can also used inside markdown elements by providing the extension string 'mermaid' to the ``ui.markdown`` element.
+        The mermaid syntax can also be used inside markdown elements by providing the extension string 'mermaid' to the ``ui.markdown`` element.
 
 
         :param content: the Mermaid content to be displayed
         :param content: the Mermaid content to be displayed
         '''
         '''