From b8e061a22d928289b2ccaa0a75c1fb35bec238fd Mon Sep 17 00:00:00 2001 From: GiooiG <33350722+GiooiG@users.noreply.github.com> Date: Fri, 2 Feb 2024 10:31:42 +0100 Subject: [PATCH] Removed unnecessary apostrophes when it comes to its (not it's), typos --- Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index 2f20738..4a0a907 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -36,7 +36,7 @@ cd netbox-docker ``` Now you need to create a new file which defines the port under which NetBox will be available. -The file's name must be `docker-compose.override.yml` and it's content should be as follows: +The file's name must be `docker-compose.override.yml` and its content should be as follows: ```yaml version: '3.4'