瀏覽代碼

fixes #853 (typo)

Rodja Trappe 2 年之前
父節點
當前提交
0e0ee009ef
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nicegui/elements/button.py

+ 1 - 1
nicegui/elements/button.py

@@ -17,7 +17,7 @@ class Button(TextElement, DisableableElement):
 
         This element is based on Quasar's `QBtn <https://quasar.dev/vue-components/button>`_ component.
 
-        The ``color`` parameter excepts a Quasar color, a Tailwind color, or a CSS color.
+        The ``color`` parameter accepts a Quasar color, a Tailwind color, or a CSS color.
         If a Quasar color is used, the button will be styled according to the Quasar theme including the color of the text.
         Note that there are colors like "red" being both a Quasar color and a CSS color.
         In such cases the Quasar color will be used.