File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ React および ReactDOM は CDN を介して利用することができます
13
13
<script crossorigin src =" https://unpkg.com/react-dom@16/umd/react-dom.development.js" ></script >
14
14
```
15
15
16
- 上記のバージョンは開発のためだけのものあり 、本番環境には適していません。圧縮・最適化された本番バージョンの React は下記のリンクから利用できます。
16
+ 上記のバージョンは開発のためだけのものであり 、本番環境には適していません。圧縮・最適化された本番バージョンの React は下記のリンクから利用できます。
17
17
18
18
``` html
19
19
<script crossorigin src =" https://unpkg.com/react@16/umd/react.production.min.js" ></script >
@@ -34,4 +34,4 @@ CDN を使って React の機能を提供する場合、[`crossorigin`](https://
34
34
35
35
![ Access-Control-Allow-Origin: * ] ( ../images/docs/cdn-cors-header.png )
36
36
37
- これにより React 16 以降でより優れた[ エラーハンドリング] ( /blog/2017/07/26/error-handling-in-react-16.html ) を利用できます。
37
+ これにより React 16 以降でより優れた[ エラーハンドリング] ( /blog/2017/07/26/error-handling-in-react-16.html ) を利用できます。
You can’t perform that action at this time.
0 commit comments