use singular for class names consistently

This commit is contained in:
Valentin Gagarin 2022-05-04 09:55:24 +02:00
parent 689b32a543
commit 75ce324052
3 changed files with 5 additions and 5 deletions

View file

@ -17,9 +17,9 @@
- [Upgrading Nix](installation/upgrading.md)
- [Architecture](architecture/architecture.md)
- [Store](architecture/store/store.md)
- [Store Objects](architecture/store/objects.md)
- [Store Paths](architecture/store/paths.md)
- [Derivations](architecture/store/drvs/drvs.md)
- [Store Object](architecture/store/objects.md)
- [Store Path](architecture/store/paths.md)
- [Derivation](architecture/store/drvs/drvs.md)
- [Package Management](package-management/package-management.md)
- [Basic Package Management](package-management/basic-package-mgmt.md)
- [Profiles](package-management/profiles.md)

View file

@ -1,4 +1,4 @@
# Derivations
# Derivation
Derivations are recipes to create store objects.

View file

@ -1,4 +1,4 @@
# Store Paths
# Store Path
A store path is a pair of a 20-byte digest and a name.