From d3a948d1d98cebdd2dc6551af4381bff7623b728 Mon Sep 17 00:00:00 2001 From: Matt Crees Date: Fri, 3 Jan 2025 15:33:03 +0000 Subject: [PATCH] Correct spelling in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 14b5f9f..a544e7f 100644 --- a/README.rst +++ b/README.rst @@ -361,7 +361,7 @@ Using software such as sshuttle will allow for easy access. sshuttle -r $(terraform output -raw ssh_user)@$(terraform output -raw seed_access_ip_v4) 192.168.39.0/24 You may also use sshuttle to proxy DNS via the multinode environment. Useful if you are working with Designate. -Important to node this will proxy all DNS requests from your machine to the first controller within the multinode environment. +Important to note this will proxy all DNS requests from your machine to the first controller within the multinode environment. .. code-block:: console