Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#3697 from yamane-takuro-gn/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
vvakame committed Feb 21, 2015
2 parents 4dcd31a + 20020b0 commit 8e85bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion page/page.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ declare module PageJS {
/**
* Query string void of leading ? such as "foo=bar", defaults to "".
*/
queryString: string;
querystring: string;
/**
* The pathname void of query string "/login".
*/
Expand Down

0 comments on commit 8e85bba

Please sign in to comment.