From ba4dc36ddfd0c51d3ee9d4395999bef4c1c2883c Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 7 Oct 2025 14:09:38 +0200 Subject: [PATCH] docs: Fix typos --- .../getting-started/convert-existing-NixOS-configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/site/getting-started/convert-existing-NixOS-configuration.md b/docs/site/getting-started/convert-existing-NixOS-configuration.md index fbe755622..25c85e62a 100644 --- a/docs/site/getting-started/convert-existing-NixOS-configuration.md +++ b/docs/site/getting-started/convert-existing-NixOS-configuration.md @@ -4,14 +4,14 @@ This guide will help you convert your existing NixOS configurations into a Clan. Migrating instead of starting new can be trickier and might lead to bugs or unexpected issues. We recommend reading the [Getting Started](../getting-started/creating-your-first-clan.md) guide first. - Once you have a working setup and understand the concepts transfering your NixOS configurations over is easy. + Once you have a working setup and understand the concepts transferring your NixOS configurations over is easy. ## Back up your existing configuration Before you start, it is strongly recommended to back up your existing configuration in any form you see fit. If you use version control to manage your configuration changes, it is also a good idea to follow the migration -guide in a separte branch until everything works as expected. +guide in a separate branch until everything works as expected. ## Starting Point