Skip to content

Commit f1e0a77

Browse files
authored
drive by
1 parent 487dc58 commit f1e0a77

File tree

1 file changed

+1
-1
lines changed
  • apps/svelte.dev/content/tutorial/01-svelte/03-props/03-spread-props

1 file changed

+1
-1
lines changed

apps/svelte.dev/content/tutorial/01-svelte/03-props/03-spread-props/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ We _could_ fix it by adding the prop...
3838
> ...in which case you can access the properties by their object paths:
3939
>
4040
> ```js
41-
> console.log(stuff.name, stuff.version, stuff.description, stuff.website)
41+
> console.log(stuff.name, stuff.version, stuff.description, stuff.website);
4242
> ```

0 commit comments

Comments
 (0)