From 4f2ab03e9791c4975431f6efd9d51e1fdbf2fe51 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 11 Dec 2010 00:56:58 -0800 Subject: [PATCH] Fix typo --- doc/api/os.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/os.markdown b/doc/api/os.markdown index 06df21bec7..d6250ec8fc 100644 --- a/doc/api/os.markdown +++ b/doc/api/os.markdown @@ -2,6 +2,6 @@ Use `require('os')` to access this module. -### tls.getHostname +### os.getHostname Returns the hostname of the operating system.