Skip to content

Commit dbbc24e

Browse files
authored
Merge pull request #54 from The-Alchemist/patch-1
minor typo
2 parents 936e553 + 37dfbb8 commit dbbc24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

properties/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Given a String of `propStr`, we could easily read contents back as a POJO with:
123123
User result = mapper.readValue(props, User.class);
124124
```
125125
126-
and veirfy that contents are as expected.
126+
and verify that contents are as expected.
127127
128128
129129
## Basic array handling

0 commit comments

Comments
 (0)