From df3fbd1ae63944c0e78d246584f138f8741a3e49 Mon Sep 17 00:00:00 2001 From: Denis Andrejew Date: Wed, 10 Jul 2019 16:47:29 +0200 Subject: [PATCH] fix typo in architecture_guide/performance.md --- content/docs/architecture_guide/performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/architecture_guide/performance.md b/content/docs/architecture_guide/performance.md index 960058a19..8129ce353 100644 --- a/content/docs/architecture_guide/performance.md +++ b/content/docs/architecture_guide/performance.md @@ -213,7 +213,7 @@ for data that transitions across the sandbox boundary. This manifests as **structural costs** in some cases, since these operations must be routed through the [Gofer](../) as a result of our [security model](../security/), but in most cases are dominated by **implementation costs**, due to an internal -[Virtual File System][vfs] (VFS) implementation the needs improvement. +[Virtual File System][vfs] (VFS) implementation that needs improvement. {{< graph id="fio-bw" url="/performance/fio.csv" title="perf.py fio --engine=sync --runtime=runc --runtime=runsc" log="true" >}}