From c14a6a7735a8acb7b21593144e2d66ebd4a62d6b Mon Sep 17 00:00:00 2001 From: ngohoangthang Date: Sun, 11 Mar 2018 20:12:34 +0800 Subject: [PATCH] Fix "ran" to "run" for monorepo.md (#7547) [skip ci] --- 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 e8544bfcee..d10cc9741b 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 ran together which finds bugs that touch multiple modules easier. + * Tests across modules are run together which finds bugs that touch multiple modules easier. **Cons:**