From 59b1c79c775f4d4801f03650177f6dbc505556ff Mon Sep 17 00:00:00 2001 From: taradiddles Date: Fri, 13 Sep 2019 09:29:39 +0300 Subject: [PATCH] fix typo --- docs/common-tasks/opening-urls-in-vms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/common-tasks/opening-urls-in-vms.md b/docs/common-tasks/opening-urls-in-vms.md index 782ffaf..d3c9956 100644 --- a/docs/common-tasks/opening-urls-in-vms.md +++ b/docs/common-tasks/opening-urls-in-vms.md @@ -67,7 +67,7 @@ Considerations on dispVMs ### Re-using dispVMs ### -In the section above we've seen how using the 'ask' RPC policy allowed us to start a (disp)VM once and use it for opening subsequent URLs (or files) to avoid having to wait insane amounts of time for dispVMs to start. Howecer this comes at the price of a loss in compartmentalization. It is thus up to the user to carefully pick destination VMs and to manage the lifecycle of dispVMs, killing it/them when necessary when a clean state is required. +In the section above we've seen how using the 'ask' RPC policy allowed us to start a (disp)VM once and use it for opening subsequent URLs (or files) to avoid having to wait insane amounts of time for dispVMs to start. However this comes at the price of a loss in compartmentalization. It is thus up to the user to carefully pick destination VMs and to manage the lifecycle of dispVMs, killing it/them when necessary when a clean state is required. ### Managing changes ###