From 6db1e89628b69d9effc5eaaefdb924d8361cf04e Mon Sep 17 00:00:00 2001
From: Archit Sharma <74408634+iArchitSharma@users.noreply.github.com>
Date: Sat, 29 Jan 2022 04:23:12 +0700
Subject: [PATCH] Resources added for Flow (#1049)
---
.../100-frontend/content/116-type-checkers/101-flow.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
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