Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Serby committed Jan 14, 2012
1 parent dbaeea9 commit ab6a77a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -265,15 +265,15 @@ Assert that an object equal to the given `obj` is present in an Array:

## throw()

Assert an exception is throw:
Assert an exception is thrown:

```js
(function(){
throw new Error('fail');
}).should.throw();
```

Assert an exception is not throw:
Assert an exception is not thrown:

```js
(function(){
Expand Down

0 comments on commit ab6a77a

Please sign in to comment.