diff options
author | Adin Scannell <ascannell@google.com> | 2020-05-18 09:48:13 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-05-18 09:49:58 -0700 |
commit | c27e334f260f6d1b2a380c8f105028a8140b7acd (patch) | |
tree | df0bffb5d3c283778b5255847ab602188b1732ac /README.md | |
parent | 420b791a3d6e0e6e2fc30c6f8be013bce7ca6549 (diff) |
Fix typo a => an.
Always happens.
PiperOrigin-RevId: 312097591
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ ## What is gVisor? -**gVisor** is a application kernel, written in Go, that implements a substantial -portion of the Linux system surface. It includes an +**gVisor** is an application kernel, written in Go, that implements a +substantial portion of the Linux system surface. It includes an [Open Container Initiative (OCI)][oci] runtime called `runsc` that provides an isolation boundary between the application and the host kernel. The `runsc` runtime integrates with Docker and Kubernetes, making it simple to run sandboxed |