Преглед изворни кода

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.
     ''')