zaphyra's git: haumea

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

commit d6a9593ff2160ce29bf6d905e9ccbcecd66baeef
parent 79fc9824f06bbd80e3f994716c600ba299aafd17
Author: figsoda <figsoda@pm.me>
Date: Sun, 16 Jul 2023 21:38:09 -0400

Merge pull request #19 from wamserma/patch-1

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;`.