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 authored Jul 30, 2020
1 parent 45663fc commit c0ac758
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 @@ -823,7 +823,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 @@ -846,7 +846,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 c0ac758

Please sign in to comment.