Removing duplicated "and" (#52826)
authorDave Senn <dave.jon.senn@gmail.com>
Mon, 17 May 2021 12:38:13 +0000 (14:38 +0200)
committerGitHub <noreply@github.com>
Mon, 17 May 2021 12:38:13 +0000 (05:38 -0700)
Minor change to "fix" that sentence... not really an issue but it makes more sense like this

CONTRIBUTING.md

index b5e98f8..0b5c363 100644 (file)
@@ -5,7 +5,7 @@ You can contribute to .NET Runtime with issues and PRs. Simply filing issues for
 
 ## Contribution "Bar"
 
-Project maintainers will merge changes that improve the product significantly and broadly and that align with the [.NET Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md).
+Project maintainers will merge changes that improve the product significantly and broadly align with the [.NET Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md).
 
 Maintainers will not merge changes that have narrowly-defined benefits, due to compatibility risk. The .NET Core codebase is used by several Microsoft products (for example, ASP.NET Core, .NET Framework 4.x, Windows Universal Apps) to enable execution of managed code. Other companies are building products on top of .NET, too. We may revert changes if they are found to be breaking.