Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Casey <[email protected]>

Co-authored-by: Stephen Levine <[email protected]>
  • Loading branch information
ekcasey and sclevine committed Jul 30, 2020
1 parent 9e9a77c commit f801a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ group = [

Where:

- `id` and `version` and `api` MUST be present for each buildpack object in a group.
- `id`, `version`, and `api` MUST be present for each buildpack object in a group.

#### `metadata.toml` (TOML)
```toml
Expand All @@ -864,7 +864,7 @@ paths = ["<app sub-path glob>"]
```

Where:
- `id`, `version` and `api` MUST be present for each buildpack.
- `id`, `version`, and `api` MUST be present for each buildpack.
- `processes` contains the complete set of processes contributed by all buildpacks
- `processes` contains the complete set of slice defined by all buildpacks
- `bom` contains the Bill of Materials
Expand Down

0 comments on commit f801a88

Please sign in to comment.