mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-28 19:43:38 +08:00
Fix typo
Spotted a typo in sandbox.md
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user