From cc982a854ef1fc530befda28937393598071a901 Mon Sep 17 00:00:00 2001 From: tegurin Date: Thu, 13 Nov 2025 11:07:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20typo=20=E5=AE=89=E5=AE=9A?= =?UTF-8?q?=E6=9D=BF=20->=20=E5=AE=89=E5=AE=9A=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/content/blog/2023/05/03/react-canaries.md | 2 +- src/content/learn/react-compiler/introduction.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/blog/2023/05/03/react-canaries.md b/src/content/blog/2023/05/03/react-canaries.md index ab068d91f..a229e37a0 100644 --- a/src/content/blog/2023/05/03/react-canaries.md +++ b/src/content/blog/2023/05/03/react-canaries.md @@ -39,7 +39,7 @@ May 3, 2023 by [Dan Abramov](https://bsky.app/profile/danabra.mov), [Sophie Alpe **私たちは React コミュニティに、Meta と同じアプローチで、個々の新機能が利用可能になった段階でそれらを早期に採用し、React の次のリリースサイクルまで待たないで済む、というオプションを提供したいと考えています**。 -これまで通り、すべての React の機能は最終的には安定板のリリースに含まれることになります。 +これまで通り、すべての React の機能は最終的には安定版のリリースに含まれることになります。 ## ただマイナーリリースを増やせばいいのでは? {/*can-we-just-do-more-minor-releases*/} diff --git a/src/content/learn/react-compiler/introduction.md b/src/content/learn/react-compiler/introduction.md index 8baaef74a..0527c4730 100644 --- a/src/content/learn/react-compiler/introduction.md +++ b/src/content/learn/react-compiler/introduction.md @@ -153,7 +153,7 @@ function TableContainer({ items }) { ### 安全に使用できるか? {/*is-it-safe-to-use*/} -React Compiler は現在安定板であり、本番環境で広範囲にテストされています。Meta などの企業で本番環境で使用されていますが、あなたのアプリケーションでコンパイラを導入できるかどうかは、コードベースの健全性と [React のルール](/reference/rules)をどの程度遵守しているかに依存します。 +React Compiler は現在安定版であり、本番環境で広範囲にテストされています。Meta などの企業で本番環境で使用されていますが、あなたのアプリケーションでコンパイラを導入できるかどうかは、コードベースの健全性と [React のルール](/reference/rules)をどの程度遵守しているかに依存します。 ## どのビルドツールがサポートされているか? {/*what-build-tools-are-supported*/}