Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Co-Authored-By: kik4 <[email protected]>
  • Loading branch information
potato4d and kik4 authored Feb 1, 2019
1 parent 540438d commit e1a390c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/cdn-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ React および ReactDOM は CDN を介して利用することができます
<script crossorigin src="https://unpkg.com/react-dom@16/umd/react-dom.development.js"></script>
```

上記のバージョンは開発のためだけのものあり、本番環境には適していません。圧縮・最適化された本番バージョンの React は下記のリンクから利用できます。
上記のバージョンは開発のためだけのものであり、本番環境には適していません。圧縮・最適化された本番バージョンの React は下記のリンクから利用できます。

```html
<script crossorigin src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
Expand All @@ -34,4 +34,4 @@ CDN を使って React の機能を提供する場合、[`crossorigin`](https://

![Access-Control-Allow-Origin: *](../images/docs/cdn-cors-header.png)

これにより React 16 以降でより優れた[エラーハンドリング](/blog/2017/07/26/error-handling-in-react-16.html)を利用できます。
これにより React 16 以降でより優れた[エラーハンドリング](/blog/2017/07/26/error-handling-in-react-16.html)を利用できます。

0 comments on commit e1a390c

Please sign in to comment.