Correct typos in Windows installation guide for Go (#19991)
"Windodows" -> "Windows" in two occurrences and "ok" -> "okay" for stylistic reasons.
This commit is contained in:
committed by
Tracey Bushman
parent
c53c492a8a
commit
38294c5ce1
@ -4,12 +4,12 @@ title: Installing Go in Windows using the MSI Installer
|
|||||||
### Installing Go in Windows using the MSI Installer
|
### Installing Go in Windows using the MSI Installer
|
||||||
|
|
||||||
From the [golang's download page](https://golang.org/dl/), get the Windows MSI installer and run it. You'll have to pick between the 64bit and 32bit versions. If you don't know what architecture your Windows version is running, just do a quick Google search to find out.
|
From the [golang's download page](https://golang.org/dl/), get the Windows MSI installer and run it. You'll have to pick between the 64bit and 32bit versions. If you don't know what architecture your Windows version is running, just do a quick Google search to find out.
|
||||||
>Most current versions of Windows are 64bit, so you should be ok getting the 64bit version in the featured downloads section, but if your computer is quite old, the 32bit version should be the safest bet.
|
>Most current versions of Windows are 64bit, so you should be okay getting the 64bit version in the featured downloads section, but if your computer is quite old, the 32bit version should be the safest bet.
|
||||||
|
|
||||||
##### 64-bit Windodows Installer
|
##### 64-bit Windows Installer
|
||||||

|

|
||||||
|
|
||||||
##### 32-bit Windodows Installer
|
##### 32-bit Windows Installer
|
||||||

|

|
||||||
|
|
||||||
#### Check installation and version of go
|
#### Check installation and version of go
|
||||||
@ -19,4 +19,4 @@ To check if go was successfully installed, open your command prompt and use:
|
|||||||
```
|
```
|
||||||
> go version
|
> go version
|
||||||
```
|
```
|
||||||
This should print to the console the version of go, while at the same time making sure the installation went smoothly.
|
This should print to the console the version of Go, while at the same time making sure the installation went smoothly.
|
||||||
|
Reference in New Issue
Block a user