diff --git a/_source/handbook/03_page_refreshes.md b/_source/handbook/03_page_refreshes.md
index 74daa71..75e0a77 100644
--- a/_source/handbook/03_page_refreshes.md
+++ b/_source/handbook/03_page_refreshes.md
@@ -52,8 +52,7 @@ Sometimes, you want to ignore certain elements while morphing. For example, you
You can use [turbo frames](/handbook/frames.html) to define regions in your screen that will get reloaded using morphing when a page refresh happens. To do so, you must flag those frames with `refresh="morph"`.
```html
-
- ...
+
```
diff --git a/_source/reference/frames.md b/_source/reference/frames.md
index 7fe88fc..c8d8019 100644
--- a/_source/reference/frames.md
+++ b/_source/reference/frames.md
@@ -87,11 +87,10 @@ 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
+## Frame that will get reloaded with morphing during page refreshes & when they are explicitly reloaded with .reload()
```html
-
- ...
+
```