From d568aaabd9521744ad8be1eefd143074adf6dd0c Mon Sep 17 00:00:00 2001 From: Jim Aho Date: Thu, 12 Oct 2023 07:13:04 +0200 Subject: [PATCH] docs: remove duplicate word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd1e029442..ad71f007d7 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Vogen is a [Nuget package](https://www.nuget.org/packages/Vogen). Install it wit `dotnet add package Vogen` -When added to your project, the **source generator** generates the wrappers for your primitives and and the **code analyser** +When added to your project, the **source generator** generates the wrappers for your primitives and the **code analyser** will let you know if you try to create invalid Value Objects. ## Usage