summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--g3doc/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/g3doc/README.md b/g3doc/README.md
index 22bfb15f7..dc4179037 100644
--- a/g3doc/README.md
+++ b/g3doc/README.md
@@ -139,8 +139,8 @@ pipes, etc) are sent to the Gofer, described below.
The Gofer is a standard host process which is started with each container and
communicates with the Sentry via the [9P protocol][9p] over a socket or shared
memory channel. The Sentry process is started in a restricted seccomp container
-without access to file system resources. The Gofer mediates all access to the
-these resources, providing an additional level of isolation.
+without access to file system resources. The Gofer mediates all access to these
+resources, providing an additional level of isolation.
### Application {#application}