From 5095f84979d8180690b32b1b86232dd7df14d22e Mon Sep 17 00:00:00 2001 From: Donald Ali Date: Thu, 20 Oct 2016 16:54:56 -0700 Subject: [PATCH] Remove duplicate `to` from glossary.md --- engine/reference/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/reference/glossary.md b/engine/reference/glossary.md index 3601457269..d0d972067c 100644 --- a/engine/reference/glossary.md +++ b/engine/reference/glossary.md @@ -278,7 +278,7 @@ A virtual machine is a program that emulates a complete computer and imitates de It shares physical hardware resources with other users but isolates the operating system. The end user has the same experience on a Virtual Machine as they would have on dedicated hardware. -Compared to to containers, a virtual machine is heavier to run, provides more isolation, +Compared to containers, a virtual machine is heavier to run, provides more isolation, gets its own set of resources and does minimal sharing. *Also known as : VM*