Skip to content

Commit e43abb9

Browse files
committed
Fix typo
1 parent e814ef3 commit e43abb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/creating-a-react-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ React を使って新しいアプリやウェブサイトを作成したい場
3232
npx create-next-app@latest
3333
</TerminalBlock>
3434

35-
Next.js は [Vercel](https://vercel.com/) によってメンテナンスされています。Next.js アプリは Node.js や Docker コンテナをサポートする任意のホスティングプロバイダ、もしくは自前のサーバ上に[デプロイできます](https://nextjs.org/docs/app/building-your-application/deploying)。さらに Next.js は、サーバ必要の[静的エクスポート](https://nextjs.org/docs/app/building-your-application/deploying/static-exports)もサポートしています。
35+
Next.js は [Vercel](https://vercel.com/) によってメンテナンスされています。Next.js アプリは Node.js や Docker コンテナをサポートする任意のホスティングプロバイダ、もしくは自前のサーバ上に[デプロイできます](https://nextjs.org/docs/app/building-your-application/deploying)。さらに Next.js は、サーバ不要の[静的エクスポート](https://nextjs.org/docs/app/building-your-application/deploying/static-exports)もサポートしています。
3636

3737
### React Router (v7) {/*react-router-v7*/}
3838

0 commit comments

Comments
 (0)