diff --git a/doc/MANAGED_DEPS.md b/doc/MANAGED_DEPS.md index 885b73e7..88c6b34b 100644 --- a/doc/MANAGED_DEPS.md +++ b/doc/MANAGED_DEPS.md @@ -11,10 +11,11 @@ dependency across a large number of projects without having to be mindful of every common dependency version across all of your libraries. When using `:pedantic? :abort` in your projects, to ensure that you are producing -a consist and predictable build, it can be very cumbersome to play the "dependency -version whack-a-mole" game that arises whenever an upstream library bumps a version -of one of its dependencies. `:managed-dependencies` can help alleviate this issue -by allowing you to keep the dependency version numbers centralized. +a consistent and predictable build, it can be very cumbersome to play the +"dependency version whack-a-mole" game that arises whenever an upstream library +bumps a version of one of its dependencies. `:managed-dependencies` can help +alleviate this issue by allowing you to keep the dependency version numbers +centralized. ## `:managed-dependencies`