zaphyra's git: haumea

fork of https://github.com/nix-community/haumea

commit 17ec8dccf1cac5e9a4c2b667190c7e7b1f994705
parent 79fc9824f06bbd80e3f994716c600ba299aafd17
Author: Markus Wamser <wamserma@users.noreply.github.com>
Date: Sun, 16 Jul 2023 22:59:10 +0200

fix typo in loaders.md
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/src/api/loaders.md b/docs/src/api/loaders.md
@@ -39,7 +39,7 @@ Source: [`src/loaders/scoped.nix`](https://github.com/nix-community/haumea/blob/
 
 Type: `{ self, super, root, ... } -> Path -> a`
 
-This is like [`loaders.default`], except it uses `scoepdImport` instead of `import`.
+This is like [`loaders.default`], except it uses `scopedImport` instead of `import`.
 With this loader, you don't have to explicitly declare the inputs with a lambda,
 since `scopedImport` will take care of it as if the file being loaded is wrapped with `with inputs;`.