Merge pull request #3 from mathiasbynens/patch-1

Fix typo
This commit is contained in:
Rich Harris
2017-12-17 18:51:50 -05:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
<:Head> <:Head>
<title>About</title> <title>Sapper project template</title>
</:Head> </:Head>
<Layout page='home'> <Layout page='home'>
@@ -55,4 +55,4 @@
Layout Layout
} }
}; };
</script> </script>