Browse Source

Change styles suggestion to style

Frank Huurman 1 year ago
parent
commit
54baefed3a
1 changed files with 1 additions and 1 deletions
  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.
     ''')