mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-11-01 10:26:49 +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 ) {
|
s.run( "lol)hai", function( output ) {
|
||||||
console.log(output);
|
console.log(output);
|
||||||
//output='Synatx error'
|
//output='Syntax error'
|
||||||
});
|
});
|
||||||
|
|
||||||
// Example 4 - Restricted code
|
// Example 4 - Restricted code
|
||||||
|
|||||||
Reference in New Issue
Block a user