From 607bc457e2ff8026694b3741aed9344dcdf7188d Mon Sep 17 00:00:00 2001 From: Jasper de Groot Date: Mon, 18 Jun 2012 01:42:19 -0700 Subject: [PATCH] Merge pull request #4551 from chetankjain/patch-25 Minor typo fixed --- docs/api/methods.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/methods.html b/docs/api/methods.html index 9b47ca62357..cf196649df8 100644 --- a/docs/api/methods.html +++ b/docs/api/methods.html @@ -278,7 +278,7 @@

Methods

This function returns an object that contains the various components of the URL as strings. The properties on the object mimic the browser's location object:

hash
-
The fragment conponent of the URL, including the leading '#' character.
+
The fragment component of the URL, including the leading '#' character.
host
The host and port number of the URL.
hostname