Corrected docs

This commit is contained in:
2026-04-27 10:31:58 +02:00
parent 04052ef7b4
commit 25975eb89a
3 changed files with 3 additions and 3 deletions

View File

@@ -184,7 +184,7 @@ Applies smooth enter animations (CSS transitions / keyframes). Returns the modif
```javascript
fx({ name: 'fade', duration: 300 },
Div({}, 'Hello')
div({}, 'Hello')
)
```