Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Jul 15, 2023
1 parent 571f149 commit bafd689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ assertions remain to be implemented. A feature complete 1.0 version will hopeful

## A motivating example

Here is an example of what you can do with Faqt. Simply use `Should()` o start asserting, whether in a unit test or for
Here is an example of what you can do with Faqt. Simply use `Should()` to start asserting, whether in a unit test or for
validating preconditions etc. in domain code (demonstrated below). Like FluentAssertions, all assertions support an
optional "because" parameter that will be used in the output.

Expand Down

0 comments on commit bafd689

Please sign in to comment.