Skip to content

Commit a01b542

Browse files
authored
Fix ZIP code typo in slots examples. (#614)
1 parent 393a680 commit a01b542

File tree

3 files changed

+3
-3
lines changed
  • content/tutorial/02-advanced-svelte/07-composition

3 files changed

+3
-3
lines changed

content/tutorial/02-advanced-svelte/07-composition/02-named-slots/app-a/src/lib/App.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<small>Mergers and Aquisitions</small>
1515
</span>
1616

17-
<span slot="address">358 Exchange Place, New York, N.Y. 100099 fax 212 555 6390 telex 10 4534</span>
17+
<span slot="address">358 Exchange Place, New York, N.Y. 10099 fax 212 555 6390 telex 10 4534</span>
1818
</Card>
1919
</main>
2020

content/tutorial/02-advanced-svelte/07-composition/02-named-slots/app-b/src/lib/App.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<small>Mergers and Aquisitions</small>
1515
</span>
1616

17-
<span slot="address">358 Exchange Place, New York, N.Y. 100099 fax 212 555 6390 telex 10 4534</span>
17+
<span slot="address">358 Exchange Place, New York, N.Y. 10099 fax 212 555 6390 telex 10 4534</span>
1818
</Card>
1919
</main>
2020

content/tutorial/02-advanced-svelte/07-composition/03-slot-fallbacks/app-a/src/lib/App.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<small>Mergers and Aquisitions</small>
1515
</span>
1616

17-
<span slot="address">358 Exchange Place, New York, N.Y. 100099 fax 212 555 6390 telex 10 4534</span>
17+
<span slot="address">358 Exchange Place, New York, N.Y. 10099 fax 212 555 6390 telex 10 4534</span>
1818
</Card>
1919

2020
<Card />

0 commit comments

Comments
 (0)