Procházet zdrojové kódy

Change styles suggestion to style

Frank Huurman před 1 rokem
rodič
revize
54baefed3a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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.
     ''')