Fix typo a => an.

Always happens.

PiperOrigin-RevId: 312097591
This commit is contained in:
Adin Scannell
2020-05-18 09:49:58 -07:00
committed by gVisor bot
parent 420b791a3d
commit c27e334f26
+2 -2
View File
@@ -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