From: Ryan Dahl Date: Mon, 17 Jan 2011 21:35:01 +0000 (-0800) Subject: docs: style X-Git-Tag: v0.3.6~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86bf3309bf21231c6a248ad7753519a0ae22361f;p=platform%2Fupstream%2Fnodejs.git docs: style --- diff --git a/doc/api/globals.markdown b/doc/api/globals.markdown index c671ed8..8129bfc 100644 --- a/doc/api/globals.markdown +++ b/doc/api/globals.markdown @@ -13,11 +13,11 @@ scope; `var something` inside a Node module will be local to that module. ### process -The process object. See the `'process object'` section. +The process object. See the 'process object' section. ### require() -To require modules. See the `'Modules'` section. +To require modules. See the 'Modules' section. ### require.resolve()