Skip to content

Commit d48ff07

Browse files
authored
Fix typo
1 parent 14ceda4 commit d48ff07

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The initial page load should include fallback content to be displayed if the res
2626
**Original:**
2727

2828
``` html
29-
<div class="tips">
29+
<div class="tip">
3030
<include-fragment src="/tips">
3131
<p>Loading tip…</p>
3232
</include-fragment>
@@ -38,10 +38,8 @@ On page load, the `include-fragment` element fetches the URL, the response is pa
3838
**Result:**
3939

4040
``` html
41-
<div class="tips">
42-
<div class="tip">
43-
<p>You look nice today</p>
44-
</div>
41+
<div class="tip">
42+
<p>You look nice today</p>
4543
</div>
4644
```
4745

0 commit comments

Comments
 (0)