From 6b36509b2bac6c3a967f3b6c4a41f3ad37146c9a Mon Sep 17 00:00:00 2001 From: jamke <47451874+jamke@users.noreply.github.com> Date: Fri, 8 Feb 2019 21:57:55 +0700 Subject: [PATCH] Fix typo: "becuase" Fix typo: "becuase" --- customization/disposablevm-customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization/disposablevm-customization.md b/customization/disposablevm-customization.md index 6394b45a..67ac6c40 100644 --- a/customization/disposablevm-customization.md +++ b/customization/disposablevm-customization.md @@ -18,7 +18,7 @@ Security If a DVM Template becomes compromised, then any DisposableVM based on that DVM Template could be compromised. Therefore, you should not make any risky customizations (e.g., installing untrusted browser plugins) in important DVM Templates. -In particular, the *default* DVM Template is important becuase it is used by the "Open in DisposableVM" feature. +In particular, the *default* DVM Template is important because it is used by the "Open in DisposableVM" feature. This means that it will have access to everything that you open with this feature. For this reason, it is strongly recommended that you base the default DVM Template on a trusted TemplateVM and refrain from making any risky customizations to it.