Skip to content

Commit

Permalink
Fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
whiskeysierra committed Dec 1, 2015
1 parent 2c165c0 commit 37d7b78
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 @@ -223,7 +223,7 @@ If you already have an exception class that you want to extend, you should imple
public final class OutOfStockProblem extends BusinessException implements Exceptional
```

The Jackson support module will recognize this inteface and deal with the inherited properties from `Throwable`
The Jackson support module will recognize this interface and deal with the inherited properties from `Throwable`
accordingly. Note: This interface only exists, because `Throwable` is a concrete class, rather than an interface.

## Handling problems
Expand Down

0 comments on commit 37d7b78

Please sign in to comment.