Skip to content

Commit 5cebfd4

Browse files
authored
Use 'blazingly fast' instead of 'blazing fast' (sveltejs#205)
1 parent 8c1a863 commit 5cebfd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/tutorial/01-svelte/03-props/03-spread-props/app-a/src/lib/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const pkg = {
55
name: 'svelte',
66
version: 3,
7-
speed: 'blazing',
7+
speed: 'blazingly',
88
website: 'https://svelte.dev'
99
};
1010
</script>

content/tutorial/01-svelte/03-props/03-spread-props/app-b/src/lib/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
const pkg = {
55
name: 'svelte',
66
version: 3,
7-
speed: 'blazing',
7+
speed: 'blazingly',
88
website: 'https://svelte.dev'
99
};
1010
</script>

0 commit comments

Comments
 (0)