Skip to content

Commit

Permalink
Update http-client-meta.md (#22)
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
lunetics authored and Nyholm committed Mar 24, 2017
1 parent 32dba79 commit c96fac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposed/http-client/http-client-meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ a few drawbacks:

### Exceptions

Our the domain exceptions `NetworkException`, `RequestException` and `HttpException` define
The domain exceptions `NetworkException`, `RequestException` and `HttpException` define
a contract very similar to each other. The chosen approach is to not let them extend each other
because inheritance does not make sense in the domain model. A `RequestException` is not a
`NetworkException`.
Expand Down

0 comments on commit c96fac7

Please sign in to comment.