Skip to content

Commit

Permalink
docs(readme): Improve phrasing (#2455)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Thebigbignooby committed May 23, 2020
1 parent 448f2ae commit 5bb09d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@
Splitting up large codebases into separate independently versioned packages
is extremely useful for code sharing. However, making changes across many
repositories is _messy_ and difficult to track, and testing across repositories
gets complicated really fast.
becomes complicated very quickly.

To solve these (and many other) problems, some projects will organize their
codebases into multi-package repositories (sometimes called [monorepos](https://github.com/babel/babel/blob/master/doc/design/monorepo.md)). Projects like [Babel](https://github.com/babel/babel/tree/master/packages), [React](https://github.com/facebook/react/tree/master/packages), [Angular](https://github.com/angular/angular/tree/master/modules),
Expand Down

0 comments on commit 5bb09d4

Please sign in to comment.