Merge pull request 'docs: Fix typos' (#5415) from kenji/ke-docs-typo into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/5415
This commit is contained in:
Kenji Berthold
2025-10-07 12:15:11 +00:00

View File

@@ -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