From bafd68953e9cf5acf33dd7ce23835d44008185e8 Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Sun, 16 Jul 2023 00:24:25 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86a2635..30f5f45 100644 --- a/README.md +++ b/README.md @@ -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.