From 6f8d128e1476473d89cd97b7cbc6d90efc7ddebe Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Sun, 25 Oct 2015 11:00:08 -0600 Subject: [PATCH] will be ran -> will be run --- website/source/docs/drivers/java.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/drivers/java.html.md b/website/source/docs/drivers/java.html.md index 62e1636a3..70b7346ba 100644 --- a/website/source/docs/drivers/java.html.md +++ b/website/source/docs/drivers/java.html.md @@ -52,6 +52,6 @@ On Linux, Nomad will attempt to use cgroups, namespaces, and chroot to isolate the resources of a process. If the Nomad agent is not running as root many of these mechanisms cannot be used. -As a baseline, the Java jars will be ran inside a Java Virtual Machine, +As a baseline, the Java jars will be run inside a Java Virtual Machine, providing a minimum amount of isolation.