From fd52b947462c22cff01cface62bd3d3cabc9b53d Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Tue, 18 May 2021 11:13:52 -0400 Subject: [PATCH] Remove unneccesary table padding --- docs/Dev Environment Setup Guide.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Dev Environment Setup Guide.md b/docs/Dev Environment Setup Guide.md index a6e4ca8..4dd212d 100644 --- a/docs/Dev Environment Setup Guide.md +++ b/docs/Dev Environment Setup Guide.md @@ -63,11 +63,11 @@ Host campb303-w2vm1 The configuration above will allow you to connect to the development machine and automatically forward ports for development tools to work. Here's a bit more detail about what's going on: -| Key | Value | -|--------------|----------------------------------------------------------------------------------| -| Host | A friendly name to identify an SSH host by. This can be anything. | -| HostName | The DNS name or IP address of the computer you're connecting to. | -| User | The name of your user on the computer you're connecting to. | +| Key | Value | +| - | - | +| Host | A friendly name to identify an SSH host by. This can be anything. | +| HostName | The DNS name or IP address of the computer you're connecting to. | +| User | The name of your user on the computer you're connecting to. | | LocalForward | Forwards a port on your computer to a port on the computer you're connecting to. | !!! tip