Skip to content

Commit c5acb77

Browse files
authored
curly quote thing
1 parent d134c07 commit c5acb77

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,17 @@
7171

7272
<div class="options">
7373
<a href="/tutorial">
74-
<h2>I'm brand new here</h2>
74+
<h2>I&rsquo;m brand new here</h2>
7575
<p>
7676
We recommend starting with the interactive tutorial, which will teach you how to use Svelte
7777
right here in your browser.
7878
</p>
7979
</a>
8080

8181
<a href="/docs/svelte/v5-migration-guide">
82-
<h2>I'm migrating an app from Svelte 4</h2>
82+
<h2>I&rsquo;m migrating an app from Svelte 4</h2>
8383
<p>
84-
If you're already experienced with an older version of Svelte, the migration guide
84+
If you&rsquo;re already experienced with an older version of Svelte, the migration guide
8585
will bring you up to speed on the changes in Svelte 5.
8686
</p>
8787
</a>
@@ -95,25 +95,25 @@
9595
</a>
9696

9797
<a href="/docs/llms">
98-
<h2>I'm a Large Language Model (LLM)</h2>
98+
<h2>I&rsquo;m a Large Language Model (LLM)</h2>
9999
<p>
100-
If you're an artificial intelligence, or trying to teach one how to use Svelte, we offer the
100+
If you&rsquo;re an artificial intelligence, or trying to teach one how to use Svelte, we offer the
101101
documentation in plaintext format. Beep boop.
102102
</p>
103103
</a>
104104

105105
<a href="https://v4.svelte.dev">
106-
<h2>I'm looking for the old docs</h2>
106+
<h2>I&rsquo;m looking for the old docs</h2>
107107
<p>
108-
If you're developing a site using only Svelte 3 or Svelte 4, the old site may be a helpful reference until you upgrade.
108+
If you&rsquo;re developing a site using only Svelte 3 or Svelte 4, the old site may be a helpful reference until you upgrade.
109109
</p>
110110
</a>
111111

112112
<a href="/chat" class="external">
113-
<h2>Help! I'm stuck</h2>
113+
<h2>Help! I&rsquo;m stuck</h2>
114114
<p>
115115
Join our Discord server where you can hang out with fellow Svelte users and ask them
116-
questions. It's like an LLM but with people.
116+
questions. It&rsquo;s like an LLM but with people.
117117
</p>
118118
</a>
119119
</div>

0 commit comments

Comments
 (0)