fix: fix typo (#147)

This commit is contained in:
David Torralba Goitia 2024-04-12 07:28:42 +01:00 committed by GitHub
parent 85618625c1
commit a959ba388d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ Nix modules defined in different `.nix` files. Lets look at an example module
}
```
This modules loads two other modules in the imports section, namely `special-fonts-1.nix`
This module loads two other modules in the imports section, namely `special-fonts-1.nix`
and `special-fonts-2.nix`. Both files are modules themselves and look similar to this.
```nix