about summary refs log tree commit diff
path: root/tvix/docs
diff options
context:
space:
mode:
Diffstat (limited to 'tvix/docs')
-rw-r--r--tvix/docs/differences-drv-paths.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/docs/differences-drv-paths.md b/tvix/docs/differences-drv-paths.md
index 7c811d5cbf..e93131aa57 100644
--- a/tvix/docs/differences-drv-paths.md
+++ b/tvix/docs/differences-drv-paths.md
@@ -21,7 +21,7 @@ hash.
 
 For example, bootstrap sources that are downloaded early are fetched using
 a special "builder hack", in which the `builder` field of the derivation is
-populated with the magic string `builtins:fetchurl` and the builder itself will
+populated with the magic string `builtin:fetchurl` and the builder itself will
 perform a fetch, with everything looking like a normal derivation to the user.
 
 These bootstrap sources are later on defined *again*, once `curl`is available,