Skip to content

Commit

Permalink
Fix a README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
claushellsing authored and domenic committed Oct 31, 2016
1 parent 37be2ea commit 4c40a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ var document = jsdom.jsdom(undefined, {
});
```

Post-initialization, if you didn't pass in a `virtualConsole` or no longer have a reference to it, you can retreive the `virtualConsole` by using:
Post-initialization, if you didn't pass in a `virtualConsole` or no longer have a reference to it, you can retrieve the `virtualConsole` by using:

```js
var virtualConsole = jsdom.getVirtualConsole(window);
Expand Down

0 comments on commit 4c40a11

Please sign in to comment.