From 1c94053e0926bbecd6811c65ef45a9bc062f7b54 Mon Sep 17 00:00:00 2001 From: Harshit Arora <64795664+Harshit0755@users.noreply.github.com> Date: Fri, 21 Oct 2022 18:35:12 +0530 Subject: [PATCH] Fix typos in golang roadmap (#2660) * added initial mounting phase as well for useeffect * fixed typos in hyperlinks Co-authored-by: Harshit Arora --- .../108-basic-hooks/101-use-effect.md | 2 +- .../content/101-go-advanced/102-types-and-type-assertions.md | 2 +- .../109-golang/content/101-go-advanced/105-goroutines.md | 2 +- .../roadmaps/109-golang/content/101-go-advanced/106-channels.md | 2 +- .../roadmaps/109-golang/content/101-go-advanced/107-buffer.md | 2 +- .../roadmaps/109-golang/content/101-go-advanced/108-select.md | 2 +- .../content/106-go-realtime-communication/101-centrifugo.md | 2 +- .../109-golang/content/109-go-microservices/108-twirp.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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