From bab7d34afef1f91f14332a857832e9c62bbc41f0 Mon Sep 17 00:00:00 2001 From: Shawn Treichel Date: Sat, 18 Mar 2023 17:06:49 -0500 Subject: [PATCH] Update installation.md Fix Ubutu typo --- website/docs/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/getting-started/installation.md b/website/docs/getting-started/installation.md index 5ace4e90..10e7e20c 100644 --- a/website/docs/getting-started/installation.md +++ b/website/docs/getting-started/installation.md @@ -9,7 +9,7 @@ Ansible-NAS is an Ansible playbook that sets up applications of your choice on y ## Requirements - A Linux environment with Ansible installed (in Ansible terms the "control node"). See the official [Installing Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) docs for more info. -- SSH access to an Ubuntu 22.04 server that'll become your Ansible-NAS box. It's recommended to use a fresh Ubutu Server 22.04 installation. Do not use non-LTS releases. +- SSH access to an Ubuntu 22.04 server that'll become your Ansible-NAS box. It's recommended to use a fresh Ubuntu Server 22.04 installation. Do not use non-LTS releases. :::tip