From fd969fa22c353ad96b498e8744e54c64a45c8f3c Mon Sep 17 00:00:00 2001 From: a-kenji Date: Sat, 13 Apr 2024 12:11:13 +0200 Subject: [PATCH] documentation: fix wording --- docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 0528d4724..04dec22c0 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -66,7 +66,7 @@ Ensure the creation of your project files with a quick directory listing cd my-clan && ls -la ``` -You should see `.clan-flake`, `flake.lock`, and `flake.nix` among the files listed, which means you're all set up! +You should see `.clan-flake`, `flake.lock`, and `flake.nix` among the files listed, which means you're set up! ---