From 87ee7d9ef1f171ab5a8cf36e27ac8d02c3406f61 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 16 Mar 2021 11:47:04 +0000 Subject: [PATCH] readme: fix typo (#186) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fabcff6..2f77f06 100644 --- a/README.md +++ b/README.md @@ -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();}