Apply suggestions from code review

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-03-08 19:37:18 +01:00
parent 3cdb6c79ba
commit ea22c04a4f
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ implemented in a typical Backstage app.
The Backstage build system uses the concept of package roles in order to help keep
configuration lean, provide utility and tooling, and enable optimizations. A package
role is a single string that identifies what the purpose of a package is, and it's
define in the `package.json` of each package like this:
defined in the `package.json` of each package like this:
```json
{