From ff1361957df58ef92c8a9dfce40c6091ea3a21d4 Mon Sep 17 00:00:00 2001 From: Roman Reiss Date: Sat, 4 Feb 2017 16:15:33 +0100 Subject: doc: consistent case for primitive types PR-URL: https://github.com/nodejs/node/pull/11167 Reviewed-By: Timothy Gu Reviewed-By: James M Snell Reviewed-By: Joyee Cheung --- doc/api/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/modules.md') diff --git a/doc/api/modules.md b/doc/api/modules.md index 43bddab4fa..8108ede6aa 100644 --- a/doc/api/modules.md +++ b/doc/api/modules.md @@ -618,7 +618,7 @@ The module that first required this one. added: v0.5.1 --> -* `id` {String} +* `id` {string} * Returns: {Object} `module.exports` from the resolved module The `module.require` method provides a way to load a module as if -- cgit v1.2.3