From 20b4328d15492bff22d2aa6009651b990adb1c74 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 17:43:36 +0000 Subject: [PATCH] ci: apply automated fixes --- docs/guides/device-gateway/arm64.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/device-gateway/arm64.md b/docs/guides/device-gateway/arm64.md index ea63ef2b3..513cf45c4 100644 --- a/docs/guides/device-gateway/arm64.md +++ b/docs/guides/device-gateway/arm64.md @@ -72,10 +72,10 @@ If you want to perform remote administration on your ARM64 device using a reserv 1. On your local workstation, SSH into your ARM64 device with the command below, replacing the variables with the following: - | | | - | - | - | - | `{NGROK_PORT}` | The port number assigned to your ngrok agent (e.g. if the agent shows `tcp://4.tcp.us-cal-1.ngrok.io:12345`, your port number is `12345`). | - | `{USER}` | An existing user on your remote device. | + | | | + | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | + | `{NGROK_PORT}` | The port number assigned to your ngrok agent (e.g. if the agent shows `tcp://4.tcp.us-cal-1.ngrok.io:12345`, your port number is `12345`). | + | `{USER}` | An existing user on your remote device. | | `{NGROK_TCP_ADDRESS}` | The address of the ngrok agent (e.g. if the agent shows `tcp://4.tcp.us-cal-1.ngrok.io:12345`, your TCP address is `4.tcp.us-cal-1.ngrok.io`). | ```bash