diff --git a/doc/api/process.md b/doc/api/process.md index c878cb2da778b1..856c48c70e5c77 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -822,7 +822,6 @@ function MyThing(options) { this.startDoingStuff(); }); } -``` var thing = new MyThing(); thing.getReadyForStuff();