about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2022-09-14T12·15+0300
committertazjin <tazjin@tvl.su>2022-09-14T12·18+0000
commit2ef0201e3dd4469bb1fc4b1465727b481fc82fb4 (patch)
treea77dcd548e182755dad17ae8ee2ea4c9138b0503 /web
parent190a0c13adc69aad5fb611aba2f98041eb551655 (diff)
fix(web/tvl): minor typo fix r/4854
Think I introduced this while reformatting ...

Change-Id: Id874f4832ebe2fb2a6aa997ab23fee2775e2bbf7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6579
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: tazjin <tazjin@tvl.su>
Tested-by: BuildkiteCI
Reviewed-by: sterni <sternenseemann@systemli.org>
Diffstat (limited to 'web')
-rw-r--r--web/tvl/blog/tvix-status-202209.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tvl/blog/tvix-status-202209.md b/web/tvl/blog/tvix-status-202209.md
index 43c9f79e0d..b823820b0b 100644
--- a/web/tvl/blog/tvix-status-202209.md
+++ b/web/tvl/blog/tvix-status-202209.md
@@ -57,7 +57,7 @@ There's a lot of interesting stuff going on under the hood, such as:
   well-known use-cases without impacting the general case much.
 
 We've run some initial benchmarks against C++ Nix (using the features
-that are ready), and in most case Tvix evaluation is an order of
+that are ready), and in most cases Tvix evaluation is an order of
 magnitude faster. To be fair, though, these benchmarks are in no way
 indicative of real-life performance for things like `nixpkgs`. More
 information is coming... eventually.