From 5873b90760406addeb7709c5f5562934f53e78c2 Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Tue, 4 Jan 2022 09:57:47 -0500 Subject: [PATCH] Simplify wording. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f989c69..2e9d661 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Now, the assert operation (“equal”) needs to be written in just one place, m ## Focus or Skip Tests -Borrowing syntax from [Quick](https://github.com/Quick/Quick), you can focus any test or tests by adding an `f` to the beginning, and only those tests will execute on the next run, allowing you to debug individual cases without having to haphazardly comment and uncomment lines: +Borrowing syntax from [Quick](https://github.com/Quick/Quick), you can focus any tests by adding an `f` to the beginning, and only those tests will execute on the next run, allowing you to debug individual cases without having to haphazardly comment and uncomment lines: ```swift func testExpressibleByStringLiteral() {