about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-06-08T17·19+0300
committerclbot <clbot@tvl.fyi>2023-06-09T09·10+0000
commitb78a9b7fe117f84b8378ad105840b2cd5cc96868 (patch)
tree94651b955ab2ced0cdbfc39643635d2ba7702cbc
parenta2303da01fb6de2e081ab93bf3944e8fcc1476a7 (diff)
docs(tvix/store/docs): fix grammar r/6245
Change-Id: I1d7d306e5d997a7ba47a83d613edc19a4fba1ed4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8721
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: flokli <flokli@flokli.de>
-rw-r--r--tvix/store/docs/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/docs/api.md b/tvix/store/docs/api.md
index 549ea703ae..12e7d1b344 100644
--- a/tvix/store/docs/api.md
+++ b/tvix/store/docs/api.md
@@ -108,7 +108,7 @@ describe any file/directory/symlink inside a store path. Due to its content-
 addressed nature, it'll automatically deduplicate (re-)used (sub)directories,
 and allow substitution from any (untrusted) source.
 
-The thing that's now only missing is the metadata to map/"mounting" from the
+The thing that's now only missing is the metadata to map/"mount" from the
 content-addressed world to a physical path.
 
 ### PathInfo