Docs: fix typos

This commit is contained in:
Johannes Kirschbauer
2025-07-12 16:39:20 +02:00
parent 6d24117d0c
commit 582cbff138

View File

@@ -76,12 +76,12 @@ For example, you might see something like:
└── README.md └── README.md
``` ```
Dont worry if your output looks different — Clan templates evolves over time. Dont worry if your output looks different — Clan templates evolve over time.
To interact with your newly created clan the you need to load the `clan` cli-package it into your environment by running: To interact with your newly created clan the you need to load the `clan` cli-package it into your environment by running:
=== "Automatic (direnv, recommended)" === "Automatic (direnv, recommended)"
Prerequisite: [Install Direnv](https://direnv.net/docs/installation.html) - prerequisite: [install nix-direnv](https://github.com/nix-community/nix-direnv)
``` ```
direnv allow direnv allow
@@ -94,7 +94,8 @@ To interact with your newly created clan the you need to load the `clan` cli-pac
``` ```
verify that you can run `clan` commands: verify that you can run `clan` commands:
```
```bash
clan show clan show
``` ```