Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4551 from chetankjain/patch-25
Browse files Browse the repository at this point in the history
Minor typo fixed
  • Loading branch information
jaspermdegroot committed Jun 18, 2012
1 parent 25214a1 commit 607bc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/methods.html
Expand Up @@ -278,7 +278,7 @@ <h1>Methods</h1>
<p>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:</p>
<dl>
<dt><code>hash</code></dt>
<dd>The fragment conponent of the URL, including the leading '#' character.</dd>
<dd>The fragment component of the URL, including the leading '#' character.</dd>
<dt><code>host</code></dt>
<dd>The host and port number of the URL.</dd>
<dt><code>hostname</code></dt>
Expand Down

0 comments on commit 607bc45

Please sign in to comment.