readme: fix typo (#186)

This commit is contained in:
Paul Campbell 2021-03-16 11:47:04 +00:00 committed by GitHub
parent 19df75a773
commit 87ee7d9ef1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -83,7 +83,7 @@ Returns the value in the `Wrapper`.
### Skip the Mon import
If the only thing you want is `Wrapper`, you can skip importing the `mon`
dependency by declaring your tyoes like so:
dependency by declaring your types like so:
``` java
interface PhoneNumber {String value();}