Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ development and its public API should not be considered stable.

Installation
------------
To install the Java SemVer libary add the following dependency to your Maven
To install the Java SemVer library add the following dependency to your Maven
project.

**Current stable version**
Expand Down Expand Up @@ -272,7 +272,7 @@ other interesting capabilities of the SemVer Expressions external DSL.

Exception Handling
------------------
There are two types of errors that may arrise while using Java SemVer
There are two types of errors that may arise while using Java SemVer
* `IllegalArgumentException` is thrown when the passed value is `NULL` or empty
if a method accepts `string` argument or a negative integer if a method accepts
`int` arguments.
Expand Down