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

Commit

Permalink
Merge pull request #421 from case/patch-1
Browse files Browse the repository at this point in the history
fixed a spelling mistake
  • Loading branch information
assaf committed Oct 9, 2012
2 parents 58d09ff + 7f96f72 commit d29b324
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

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.

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

0 comments on commit d29b324

Please sign in to comment.