From be813faaa0034c9930fcd593cc4090757cdbccbb Mon Sep 17 00:00:00 2001 From: Norbert Wenzel Date: Fri, 11 Dec 2020 19:24:14 +0100 Subject: [PATCH] Fix typo --- docs/migrate-v2-to-v3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrate-v2-to-v3.md b/docs/migrate-v2-to-v3.md index 64883508..b9590b1f 100644 --- a/docs/migrate-v2-to-v3.md +++ b/docs/migrate-v2-to-v3.md @@ -19,7 +19,7 @@ dealing with consuming libraries in your build system of choice. However, we recommend doing 2, and taking extra time to migrate to v3 properly. This lets you reap the benefits of significantly improved -compilation times in the v3 version. The basic steps to do se are: +compilation times in the v3 version. The basic steps to do so are: 1. Change your CMakeLists.txt to link against `Catch2WithMain` target if you use Catch2's default main. (If you do not, keep linking against