From 063e11e3bc2299f8002bbefe77b9446e14de61fd Mon Sep 17 00:00:00 2001 From: Fredrik Seidl Date: Mon, 10 Jun 2019 22:29:07 +0200 Subject: [PATCH] Fix typo Spotted a typo in sandbox.md --- sections/security/sandbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/security/sandbox.md b/sections/security/sandbox.md index 83373426..693be36f 100644 --- a/sections/security/sandbox.md +++ b/sections/security/sandbox.md @@ -16,7 +16,7 @@ const Sandbox = require("sandbox") s.run( "lol)hai", function( output ) { console.log(output); - //output='Synatx error' + //output='Syntax error' }); // Example 4 - Restricted code