Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(cna): add missing period #69021

Merged
merged 2 commits into from
Aug 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
@@ -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>
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
@@ -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>
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
@@ -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>
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
@@ -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>
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -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>
Original file line number Diff line number Diff line change
@@ -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>
Loading