From f455ff528049ea7a063cfb03b592f95b9f81160b Mon Sep 17 00:00:00 2001 From: "LamTrinh.Dev" Date: Thu, 14 Nov 2024 23:26:24 +0700 Subject: [PATCH] [docs] Fix typo with double `and` at README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad6a7583..a2b7199b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ $ ./FooTests --dump-tests-json ## Contributing to XCTest -To contribute, you'll need to be able to build this project and and run its test suite. The easiest way to do so is via the Swift build script. +To contribute, you'll need to be able to build this project and run its test suite. The easiest way to do so is via the Swift build script. First, follow [the instructions in the Swift README](https://github.com/apple/swift/blob/main/README.md) to build Swift from source. Confirm you're able to build the Swift project using `utils/build-script -R`.