diff --git a/content/roadmaps/103-react/content/100-react-fundamental-topics/108-basic-hooks/101-use-effect.md b/content/roadmaps/103-react/content/100-react-fundamental-topics/108-basic-hooks/101-use-effect.md
index 9118612db..9f0c16dd8 100644
--- a/content/roadmaps/103-react/content/100-react-fundamental-topics/108-basic-hooks/101-use-effect.md
+++ b/content/roadmaps/103-react/content/100-react-fundamental-topics/108-basic-hooks/101-use-effect.md
@@ -1,6 +1,6 @@
# useEffect Hook
-`useEffect` is a special hook that lets you run side effects in React. It is similar to componentDidMount and componentDidUpdate, but it only runs when the component (or some of its props) changes.
+`useEffect` is a special hook that lets you run side effects in React. It is similar to componentDidMount and componentDidUpdate, but it only runs when the component (or some of its props) changes and during the initial mount.
Free Content
Using the Effect Hook
diff --git a/content/roadmaps/109-golang/content/101-go-advanced/102-types-and-type-assertions.md b/content/roadmaps/109-golang/content/101-go-advanced/102-types-and-type-assertions.md
index 045fa31e0..559c0555c 100644
--- a/content/roadmaps/109-golang/content/101-go-advanced/102-types-and-type-assertions.md
+++ b/content/roadmaps/109-golang/content/101-go-advanced/102-types-and-type-assertions.md
@@ -4,5 +4,5 @@ Type assertions in Golang provide access to the exact type of variable of an int
Free Content
Types Assertions
-Type Assertion
+Type Assertion
Type Assertion In Golang
\ No newline at end of file
diff --git a/content/roadmaps/109-golang/content/101-go-advanced/105-goroutines.md b/content/roadmaps/109-golang/content/101-go-advanced/105-goroutines.md
index 4c5b63bc4..da7679e93 100644
--- a/content/roadmaps/109-golang/content/101-go-advanced/105-goroutines.md
+++ b/content/roadmaps/109-golang/content/101-go-advanced/105-goroutines.md
@@ -6,7 +6,7 @@ In Go, each of these concurrent tasks are called `Goroutines`.
Free Content
Goroutines
-Goroutines in Golang
+Goroutines in Golang
GoRoutines
Understanding Concurrency
Go by Example: Goroutines
diff --git a/content/roadmaps/109-golang/content/101-go-advanced/106-channels.md b/content/roadmaps/109-golang/content/101-go-advanced/106-channels.md
index d61acd6e2..d3c085c5f 100644
--- a/content/roadmaps/109-golang/content/101-go-advanced/106-channels.md
+++ b/content/roadmaps/109-golang/content/101-go-advanced/106-channels.md
@@ -7,7 +7,7 @@ Channels are a typed conduit through which you can send and receive values with
Free Content
Channels
Go by Example: Channels
-Channels in Golang
+Channels in Golang
Channels
GeeksForGeeks: Channel in Golang
Golang Channel Basics You must Know!
diff --git a/content/roadmaps/109-golang/content/101-go-advanced/107-buffer.md b/content/roadmaps/109-golang/content/101-go-advanced/107-buffer.md
index 3739703a3..c68f9c266 100644
--- a/content/roadmaps/109-golang/content/101-go-advanced/107-buffer.md
+++ b/content/roadmaps/109-golang/content/101-go-advanced/107-buffer.md
@@ -4,5 +4,5 @@
Free Content
Buffer Examples
-Buffer
+Buffer
Buffers in Golang
\ No newline at end of file
diff --git a/content/roadmaps/109-golang/content/101-go-advanced/108-select.md b/content/roadmaps/109-golang/content/101-go-advanced/108-select.md
index 966bcdbd6..225377a93 100644
--- a/content/roadmaps/109-golang/content/101-go-advanced/108-select.md
+++ b/content/roadmaps/109-golang/content/101-go-advanced/108-select.md
@@ -7,5 +7,5 @@ A `select` blocks until one of its cases can run, then it executes that case. It
Free Content
Select
Go by Example: Select
-Select in Golang
+Select in Golang
Select Statement
diff --git a/content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md b/content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md
index 257b35205..3c238fe28 100644
--- a/content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md
+++ b/content/roadmaps/109-golang/content/106-go-realtime-communication/101-centrifugo.md
@@ -4,4 +4,4 @@ Centrifugo is an open-source scalable real-time messaging server. Centrifugo can
Free Content
GitHub Repository
-Getting started
\ No newline at end of file
+Getting started
\ No newline at end of file
diff --git a/content/roadmaps/109-golang/content/109-go-microservices/108-twirp.md b/content/roadmaps/109-golang/content/109-go-microservices/108-twirp.md
index ce95cabd0..b5b196265 100644
--- a/content/roadmaps/109-golang/content/109-go-microservices/108-twirp.md
+++ b/content/roadmaps/109-golang/content/109-go-microservices/108-twirp.md
@@ -6,4 +6,4 @@ Twirp is similar to gRPC, but without the custom HTTP server and transport imple
Free Content
GitHub Repository
-Getting started
+Getting started