diff --git a/content/roadmaps/109-golang/content/100-go-basics/111-type-inference.md b/content/roadmaps/109-golang/content/100-go-basics/111-type-inference.md
index b38016d0d..51781c07b 100644
--- a/content/roadmaps/109-golang/content/100-go-basics/111-type-inference.md
+++ b/content/roadmaps/109-golang/content/100-go-basics/111-type-inference.md
@@ -1 +1,7 @@
-# Type inference
\ No newline at end of file
+# Type Inference
+
+Type inference gives go the capability to detect the type of a value without being explicitly indicated , hence the posibility to declare variables without providing its type at first
+
+Free Content
+Go Variables: Type Inference
+Tour of Go: Type Inference