From 8d4f95de45db638131c200c9a014c57bb3449fc4 Mon Sep 17 00:00:00 2001 From: Phoenix Date: Thu, 26 Sep 2019 22:37:15 +1200 Subject: [PATCH] =?UTF-8?q?Fix=20grammar=20in=20doc/design/monorepo.md=20?= =?UTF-8?q?=F0=9F=A4=93=20(#10496)=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/design/monorepo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/design/monorepo.md b/doc/design/monorepo.md index d10cc9741b..0460dcd82b 100644 --- a/doc/design/monorepo.md +++ b/doc/design/monorepo.md @@ -15,7 +15,7 @@ This is quite taboo but let's look at the pros and cons: * Easy to coordinate changes across modules. * Single place to report issues. * Easier to setup a development environment. - * Tests across modules are run together which finds bugs that touch multiple modules easier. + * Tests across modules are run together which finds bugs that touch multiple modules more easily. **Cons:**