readme: fix typo (#186)
This commit is contained in:
parent
19df75a773
commit
87ee7d9ef1
1 changed files with 1 additions and 1 deletions
|
@ -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();}
|
||||
|
|
Loading…
Reference in a new issue