From 392d80a617fab8630e3f017076f1f59403db6470 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sun, 29 Apr 2018 14:16:44 +0300 Subject: doc: add missing periods or colons Some other formatting nits were fixed and some superfluous descriptions were simplified in passing. PR-URL: https://github.com/nodejs/node/pull/20401 Reviewed-By: Ruben Bridgewater Reviewed-By: Gireesh Punathil Reviewed-By: Trivikram Kamat Reviewed-By: Colin Ihrig --- doc/api/vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/vm.md') diff --git a/doc/api/vm.md b/doc/api/vm.md index 84b907680e..68b25b6aa3 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -867,7 +867,7 @@ const code = ` })`; vm.runInThisContext(code)(require); - ``` +``` The `require()` in the above case shares the state with the context it is passed from. This may introduce risks when untrusted code is executed, e.g. -- cgit v1.2.3