Fix "ran" to "run" for monorepo.md (#7547) [skip ci]

This commit is contained in:
ngohoangthang 2018-03-11 20:12:34 +08:00 committed by Nicolò Ribaudo
parent 3a7881379a
commit c14a6a7735

View File

@ -15,7 +15,7 @@ This is quite taboo but let's look at the pros and cons:
* Easy to coordinate changes across modules. * Easy to coordinate changes across modules.
* Single place to report issues. * Single place to report issues.
* Easier to setup a development environment. * 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:** **Cons:**