diff --git a/content/roadmaps/100-frontend/content/116-type-checkers/101-flow.md b/content/roadmaps/100-frontend/content/116-type-checkers/101-flow.md index bff898fa4..f1dc2d67b 100644 --- a/content/roadmaps/100-frontend/content/116-type-checkers/101-flow.md +++ b/content/roadmaps/100-frontend/content/116-type-checkers/101-flow.md @@ -1 +1,8 @@ -# Flow \ No newline at end of file +# Flow + +Flow is a static type checker, designed to find type errors in JavaScript programs. + +Free Resources +Official Website +Official Documentation +Flow for Beginners