Apply suggestions from code review

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Patrik Oldsberg
2020-12-15 10:00:43 +01:00
committed by GitHub
parent a9d6779f38
commit 05651c1431
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -72,8 +72,8 @@ CLI can therefore easily be replaced with other tools if necessary.
Just like `react-scripts`, the Backstage CLI does not provide many hooks for
overriding or customizing the build process. This is to allow for evolution of
the CLI without having to take a wide API surface into account. Allowing us to
quickly iterate and improve the tooling, as well more easily keep dependencies
the CLI without having to take a wide API surface into account. This allows us to
quickly iterate and improve the tooling, as well as to more easily keep dependencies
up to date.
## Opinions & Goals