From 045125c603a1b30a11c85f803ff0e34379e008f4 Mon Sep 17 00:00:00 2001
From: "O. William McClung" <omcclung2@unl.edu>
Date: Wed, 25 Aug 2021 18:20:40 -0500
Subject: [PATCH] Replace "connector" with "connect"

---
 content/connecting/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/connecting/_index.md b/content/connecting/_index.md
index 97db2f27..b034a254 100644
--- a/content/connecting/_index.md
+++ b/content/connecting/_index.md
@@ -10,7 +10,7 @@ How to connect to HCC resources
 
 **2. Open a terminal or SSH client** Most interactions with HCC clusters are done through SSH and the command line. In MacOS, Linux, and recent versions of Windows 10, there is an SSH client built-in and can be used from their [respective terminals]({{< relref "terminal.md" >}}). For older versions of Windows, an application such as [PuTTY]({{< relref "putty.md" >}}) or [MobaXterm]({{< relref "mobaxterm.md" >}}) is needed.
 
-**3. Connect to an HCC cluster:** From the terminal or application, use SSH to connect to one of the available clusters. In the terminal, enter `ssh <username>@crane.unl.edu` to connector to the Crane cluster, for example. With [PuTTY]({{< relref "putty.md" >}}) or [MobaXterm]({{< relref "mobaxterm.md" >}}), refer to their respective pages for a guide on how to connect 
+**3. Connect to an HCC cluster:** From the terminal or application, use SSH to connect to one of the available clusters. In the terminal, enter `ssh <username>@crane.unl.edu` to connect to the Crane cluster, for example. With [PuTTY]({{< relref "putty.md" >}}) or [MobaXterm]({{< relref "mobaxterm.md" >}}), refer to their respective pages for a guide on how to connect 
 
 If you are not familiar with using command line Linux, check out these resources:
 
-- 
GitLab