From 3244bfc97913f7358e4444ed74738897ada54cd0 Mon Sep 17 00:00:00 2001 From: Brendon Otto Date: Wed, 19 Jan 2022 11:48:29 -0600 Subject: [PATCH] Correct spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 088edce..37f3631 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Using the OpenVPN client from GitHub Codespaces -GitHub Codespaces provides a useful environment for development that is separated from your local machine. This provides some nice security benifits due to the fact that the codespace has no direct route to your machine or the network it is sitting in. However, you may have a resource you need to access that is in a private network. This sample illustrates how to set up the OpenVPN (v2) client in a codespace to connect into a OpenVPN capable VPN gateway. +GitHub Codespaces provides a useful environment for development that is separated from your local machine. This provides some nice security benefits due to the fact that the codespace has no direct route to your machine or the network it is sitting in. However, you may have a resource you need to access that is in a private network. This sample illustrates how to set up the OpenVPN (v2) client in a codespace to connect into a OpenVPN capable VPN gateway. # Using the sample -1. Your VPN admistrator should be able to provide you with an OpenVPN configuraion file. This particular sample is assuming you are using certificate based authentication to access the VPN. We'll call this file `vpnconfig.ovpn`. +1. Your VPN admistrator should be able to provide you with an OpenVPN configuration file. This particular sample is assuming you are using certificate based authentication to access the VPN. We'll call this file `vpnconfig.ovpn`. 2. Work with your administrator to place any needed certificates or keys in the `vpnconfig.ovpn` file. You can tell if the certificates and keys are in the file by looking for the following: ```