From 86bf3309bf21231c6a248ad7753519a0ae22361f Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 17 Jan 2011 13:35:01 -0800 Subject: [PATCH] docs: style --- doc/api/globals.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/globals.markdown b/doc/api/globals.markdown index c671ed8046..8129bfcaa0 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()