Skip to content

Commit 69067f6

Browse files
committed
update in site code
1 parent 07e6981 commit 69067f6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

apps/svelte.dev/src/lib/server/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const render_content = (
6565
);
6666
}
6767

68-
// special case — we need to make allowances for code snippets coming
68+
// special case — we need to make allowances for code snippets coming
6969
// from e.g. ambient.d.ts
7070
if (filename.endsWith('$env-all.md') || filename.endsWith('$app-forms.md')) {
7171
injected.push('// @errors: 7006 7031');

apps/svelte.dev/src/routes/(authed)/apps/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</script>
5151

5252
<svelte:head>
53-
<title>Your apps • Svelte</title>
53+
<title>Your apps • Svelte</title>
5454
</svelte:head>
5555

5656
<div class="apps">

apps/svelte.dev/src/routes/blog/+page.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</script>
1010

1111
<svelte:head>
12-
<title>Blog • Svelte</title>
12+
<title>Blog • Svelte</title>
1313
<link
1414
rel="alternate"
1515
type="application/rss+xml"
@@ -81,7 +81,6 @@
8181
article {
8282
margin: 0 0 4rem 0;
8383
84-
/* we need to use :global because snippets don't currently cause a deopt */
8584
&.top {
8685
margin: 0 0 2rem 0;
8786
padding: 0 0 4rem 0;

0 commit comments

Comments
 (0)