Skip to content

Commit

Permalink
chore(cna): add missing period (#69021)
Browse files Browse the repository at this point in the history
## Why?

I noticed the first `<li>` line is missing a period at the end.

![CleanShot 2024-08-17 at 16 04 24@2x](https://github.com/user-attachments/assets/714de280-ce1e-47b2-b7c0-2fc85264a5ad)
  • Loading branch information
samcx authored and lubieowoce committed Sep 2, 2024
1 parent c021c2f commit f600331
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/create-next-app/templates/app-tw/js/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default function Home() {
<code className="bg-black/[.05] dark:bg-white/[.06] px-1 py-0.5 rounded font-semibold">
app/page.js
</code>
.
</li>
<li>Save and see your changes instantly.</li>
</ol>
Expand Down
1 change: 1 addition & 0 deletions packages/create-next-app/templates/app-tw/ts/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default function Home() {
<code className="bg-black/[.05] dark:bg-white/[.06] px-1 py-0.5 rounded font-semibold">
app/page.tsx
</code>
.
</li>
<li>Save and see your changes instantly.</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/app/js/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Home() {
/>
<ol>
<li>
Get started by editing <code>app/page.js</code>
Get started by editing <code>app/page.js</code>.
</li>
<li>Save and see your changes instantly.</li>
</ol>
Expand Down
2 changes: 1 addition & 1 deletion packages/create-next-app/templates/app/ts/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function Home() {
/>
<ol>
<li>
Get started by editing <code>app/page.tsx</code>
Get started by editing <code>app/page.tsx</code>.
</li>
<li>Save and see your changes instantly.</li>
</ol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default function Home() {
<code className="bg-black/[.05] dark:bg-white/[.06] px-1 py-0.5 rounded font-semibold">
pages/index.js
</code>
.
</li>
<li>Save and see your changes instantly.</li>
</ol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default function Home() {
<code className="bg-black/[.05] dark:bg-white/[.06] px-1 py-0.5 rounded font-semibold">
pages/index.tsx
</code>
.
</li>
<li>Save and see your changes instantly.</li>
</ol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Home() {
/>
<ol>
<li>
Get started by editing <code>pages/index.js</code>
Get started by editing <code>pages/index.js</code>.
</li>
<li>Save and see your changes instantly.</li>
</ol>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function Home() {
/>
<ol>
<li>
Get started by editing <code>pages/index.tsx</code>
Get started by editing <code>pages/index.tsx</code>.
</li>
<li>Save and see your changes instantly.</li>
</ol>
Expand Down

0 comments on commit f600331

Please sign in to comment.