From 04f0d02a9719d4708eb57410c4ee321a35078d8e Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Thu, 19 Sep 2024 01:01:30 -0400 Subject: [PATCH] update --- .../Deep Dive: Discord-Linux Automated Container Platform.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md index 7b463da..f83b10e 100644 --- a/markdown/Deep Dive: Discord-Linux Automated Container Platform.md +++ b/markdown/Deep Dive: Discord-Linux Automated Container Platform.md @@ -1274,7 +1274,7 @@ This command interacts with Docker and your Holesail setup to ensure all active ### Creating a New Port via Holesail -With **`/create-port`**, you can create a new Holesail connector port. You provide a connection name and a connection hash, and this command will register the connection our JUMP infrastructure. The request is sent to the API that handles the creation of ports and returns the necessary connection details. +With **`/create-port`**, you can create a new Holesail connector port. You provide a connection name and a connection hash, and this command will register the connection within our JUMP infrastructure. The request is sent to the API that handles the creation of ports and returns the necessary connection details. ```javascript module.exports = {