Skip to content

Commit

Permalink
fix readme typos
Browse files Browse the repository at this point in the history
  • Loading branch information
J4C0B3Y committed Jan 13, 2025
1 parent dca3eaf commit 45a0c0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ configHandler.setKeyFormatter(key -> key.replace("_", ""));
Providers are how field values are translated between java objects and yaml values.

There are inbuilt providers for strings, number primitives and wrappers, any enum,
uuids, uris, regex patterns, booleans, any many more.
UUIDs, URIs, regex patterns, booleans, any many more.

You can even have lists, sets and other collections of the registered provider types.

Expand Down Expand Up @@ -239,7 +239,7 @@ public static boolean ENABLED = false;
@Comment({
"This is a multi line comment,",
"go in depth with you explanation."
"go in depth with your explanation."
})
public static int VERSION = 1;
```
Expand All @@ -249,7 +249,7 @@ public static int VERSION = 1;
enabled: false
# This is a multi line comment,
# go in depth with you explanation.
# go in depth with your explanation.
version: 1
```

Expand Down

0 comments on commit 45a0c0b

Please sign in to comment.