Skip to content

Commit 115be65

Browse files
authored
Fix small typo (#22073)
Fix typo, "fore" -> "for"
1 parent e75b5d6 commit 115be65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/manuals/compose/install/standalone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ on Microsoft Windows Server](/manuals/engine/install/binaries.md#install-server-
4848
In order to proceed with the installation, select **Yes** when asked if you want this app to make changes to your device.
4949
5050
2. Optional. Ensure TLS1.2 is enabled.
51-
GitHub requires TLS1.2 fore secure connections. If you’re using an older version of Windows Server, for example 2016, or suspect that TLS1.2 is not enabled, run the following command in PowerShell:
51+
GitHub requires TLS1.2 for secure connections. If you’re using an older version of Windows Server, for example 2016, or suspect that TLS1.2 is not enabled, run the following command in PowerShell:
5252
5353
```powershell
5454
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

0 commit comments

Comments
 (0)