From ccdf636c49ca63c440a218b390124db8742ef702 Mon Sep 17 00:00:00 2001
From: Sacha Lansky <sacha@parity.io>
Date: Fri, 1 Sep 2023 17:54:03 +0200
Subject: [PATCH] fix typos (#1339)

---
 substrate/bin/node-template/docs/rust-setup.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/substrate/bin/node-template/docs/rust-setup.md b/substrate/bin/node-template/docs/rust-setup.md
index 2755966e3ae..133db0277bb 100644
--- a/substrate/bin/node-template/docs/rust-setup.md
+++ b/substrate/bin/node-template/docs/rust-setup.md
@@ -2,7 +2,7 @@
 title: Installation
 ---
 
-This guide is for reference only, please check the latest information on getting starting with Substrate 
+This guide is for reference only, please check the latest information on getting started with Substrate 
 [here](https://docs.substrate.io/main-docs/install/).
 
 This page will guide you through the **2 steps** needed to prepare a computer for **Substrate** development.
@@ -74,7 +74,7 @@ brew install openssl
 ### Windows
 
 **_PLEASE NOTE:_** Native Windows development of Substrate is _not_ very well supported! It is _highly_
-recommend to use [Windows Subsystem Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10)
+recommended to use [Windows Subsystem Linux](https://docs.microsoft.com/en-us/windows/wsl/install-win10)
 (WSL) and follow the instructions for [Ubuntu/Debian](#ubuntudebian).
 Please refer to the separate
 [guide for native Windows development](https://docs.substrate.io/main-docs/install/windows/).
-- 
GitLab