Skip to content

Commit b88ae86

Browse files
committed
docs: change checker to check function
1 parent 556bee8 commit b88ae86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/static-type-checking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ next: refs-and-the-dom.html
1010

1111
## Flow {#flow}
1212

13-
[Flow](https://flow.org/) は JavaScript 用の静的型チェッカー機能です。Facebook で開発されており、React と一緒に使われることが多いです。変数、関数や React コンポーネントに型を足すことができ、型不整合を早期に発見できるようになります。[はじめての Flow](https://flow.org/en/docs/getting-started/) に基本情報が記載されているので、それを読むと良いでしょう。
13+
[Flow](https://flow.org/) は JavaScript 用の静的型チェック機能です。Facebook で開発されており、React と一緒に使われることが多いです。変数、関数や React コンポーネントに型を足すことができ、型不整合を早期に発見できるようになります。[はじめての Flow](https://flow.org/en/docs/getting-started/) に基本情報が記載されているので、それを読むと良いでしょう。
1414

1515
Flow を使用するには以下の手順を踏みます:
1616

0 commit comments

Comments
 (0)