Skip to content

Commit 138680a

Browse files
author
Rich Harris
committed
they spell it wrong in the movie
1 parent c3b36ea commit 138680a

File tree

3 files changed

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

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<span slot="company">
1313
Pierce &amp; Pierce
14-
<small>Mergers and Acquisitions</small>
14+
<small>Mergers and Aquisitions</small>
1515
</span>
1616

1717
<span slot="address">358 Exchange Place, New York, N.Y. 100099 fax 212 555 6390 telex 10 4534</span>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<span slot="company">
1313
Pierce &amp; Pierce
14-
<small>Mergers and Acquisitions</small>
14+
<small>Mergers and Aquisitions</small>
1515
</span>
1616

1717
<span slot="address">358 Exchange Place, New York, N.Y. 100099 fax 212 555 6390 telex 10 4534</span>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<span slot="company">
1313
Pierce &amp; Pierce
14-
<small>Mergers and Acquisitions</small>
14+
<small>Mergers and Aquisitions</small>
1515
</span>
1616

1717
<span slot="address">358 Exchange Place, New York, N.Y. 100099 fax 212 555 6390 telex 10 4534</span>

0 commit comments

Comments
 (0)