Skip to content

Commit 587907e

Browse files
[docs] Fix app-a (sveltejs#145)
Learning module suppose to show shorthand vs longhand but has shorthand in both app-a and app-b.
1 parent afe9327 commit 587907e

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/03-advanced-svelte/06-classes/02-class-shorthand/app-a/src/lib

1 file changed

+1
-1
lines changed

content/tutorial/03-advanced-svelte/06-classes/02-class-shorthand/app-a/src/lib/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
big
88
</label>
99

10-
<div class:big>
10+
<div class:big={big}>
1111
some {big ? 'big' : 'small'} text
1212
</div>
1313

0 commit comments

Comments
 (0)