Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
fixed a spelling mistake
Browse files Browse the repository at this point in the history
stroage -> storage
  • Loading branch information
case committed Oct 8, 2012
1 parent 58d09ff commit 7f96f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/API.md
Expand Up @@ -7,7 +7,7 @@ zombie.js-api(7) -- The Zombie API
### new zombie.Browser(options?) : Browser ### new zombie.Browser(options?) : Browser


Creates and returns a new browser. A browser maintains state across requests: Creates and returns a new browser. A browser maintains state across requests:
history, cookies, HTML 5 local and session stroage. A browser has a main history, cookies, HTML 5 local and session storage. A browser has a main
window, and typically a document loaded into that window. window, and typically a document loaded into that window.


You can pass options when initializing a new browser, for example: You can pass options when initializing a new browser, for example:
Expand Down

0 comments on commit 7f96f72

Please sign in to comment.