From c27e334f260f6d1b2a380c8f105028a8140b7acd Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Mon, 18 May 2020 09:48:13 -0700 Subject: Fix typo a => an. Always happens. PiperOrigin-RevId: 312097591 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 442f5672a..04131977f 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3