We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556bee8 commit b88ae86Copy full SHA for b88ae86
content/docs/static-type-checking.md
@@ -10,7 +10,7 @@ next: refs-and-the-dom.html
10
11
## Flow {#flow}
12
13
-[Flow](https://flow.org/) は JavaScript 用の静的型チェッカー機能です。Facebook で開発されており、React と一緒に使われることが多いです。変数、関数や React コンポーネントに型を足すことができ、型不整合を早期に発見できるようになります。[はじめての Flow](https://flow.org/en/docs/getting-started/) に基本情報が記載されているので、それを読むと良いでしょう。
+[Flow](https://flow.org/) は JavaScript 用の静的型チェック機能です。Facebook で開発されており、React と一緒に使われることが多いです。変数、関数や React コンポーネントに型を足すことができ、型不整合を早期に発見できるようになります。[はじめての Flow](https://flow.org/en/docs/getting-started/) に基本情報が記載されているので、それを読むと良いでしょう。
14
15
Flow を使用するには以下の手順を踏みます:
16
0 commit comments