Skip to content

Commit

Permalink
Merge pull request #161 from hotwired/doc-fix
Browse files Browse the repository at this point in the history
Fix wrong code snippet
  • Loading branch information
jorgemanrubia authored Feb 8, 2024
2 parents 33e6094 + b1412fa commit 694d442
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 694d442

Please sign in to comment.