Skip to content

Commit

Permalink
Fix wrong code snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgemanrubia committed Feb 8, 2024
1 parent 33e6094 commit b1412fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _source/reference/frames.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ Like an eager-loaded frame, but the content is not loaded from `src` until the f
## Frame that will get reloaded with morphing during page refreshes

```html
<turbo-stream action="refresh">
<turbo-frame id="my-frame" refresh="morph">
...
</turbo-stream>
</turbo-frame>
```

# Attributes, properties, and functions
Expand Down

0 comments on commit b1412fa

Please sign in to comment.