From 894bbbecb9e633f81420ded2142a9906c4da2962 Mon Sep 17 00:00:00 2001 From: Brandon Mork Date: Sat, 11 May 2024 10:13:25 -0400 Subject: [PATCH] docs: fix typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d24f4921..471dd200 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,7 @@ ## Building the C# client from source The core functionality and API lies in the `Client` project sub folder. -Simply open the solution with one of your prefered IDE's (like VS Studio, Rider or Mono). +Simply open the solution with one of your preferred IDE's (like VS Studio, Rider or Mono). It should also be possible to build the solution via `msbuild`. The `Client-test` project contains as the name states the tests of the Client API.