浏览代码

Change styles suggestion to style

Frank Huurman 1 年之前
父节点
当前提交
54baefed3a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      website/documentation.py

+ 1 - 1
website/documentation.py

@@ -210,7 +210,7 @@ def create_full() -> None:
         Props with a leading `:` can contain JavaScript expressions that are evaluated on the client.
         You can also apply [Tailwind CSS](https://tailwindcss.com/) utility classes with the `classes` method.
 
-        If you really need to apply CSS, you can use the `styles` method. Here the delimiter is `;` instead of a blank space.
+        If you really need to apply CSS, you can use the `style` method. Here the delimiter is `;` instead of a blank space.
 
         All three functions also provide `remove` and `replace` parameters in case the predefined look is not wanted in a particular styling.
     ''')