From ce9c4f605f9e9c220b98f397dd10d3c5ba07d009 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Morten=20B=C3=B8gh?= Date: Tue, 22 Feb 2022 00:54:14 +0100 Subject: [PATCH] Fixed typo in Dotnet-format section (#1878) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f614fe87..708913096 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ No grant of any rights in the trademarks, service marks, or logos of Bitwarden i ### Dotnet-format -We recently migrated to using dotnet-foormat as code formatter. All previous branches will need to updated to avoid large merge conflicts using the following steps: +We recently migrated to using dotnet-format as code formatter. All previous branches will need to updated to avoid large merge conflicts using the following steps: 1. Check out your local Branch 2. Run `git merge 61dc65aa598b1f492d2f0222bb7bf0dd15d116f5`