Skip to content

Commit

Permalink
fixes an indentation issue
Browse files Browse the repository at this point in the history
Signed-off-by: Hanan Younes <[email protected]>
  • Loading branch information
hyounes4560 committed Jul 23, 2024
1 parent a72506b commit aeb651b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A `Slice` represents a layer in the `<app>` directory to be exported during the

<!--more-->

A buildpack MAY specify sub-paths within `<app>` as `slices` in `launch.toml`. Separate layers MUST be created during the [export](https://buildpacks.io/docs/for-buildpack-authors/concepts/lifecycle-phases/#phase-5-export) phase for each slice with one or more files or directories.
A buildpack MAY specify sub-paths within `<app>` as `slices` in `launch.toml`. Separate layers MUST be created during the [export](https://buildpacks.io/docs/for-buildpack-authors/concepts/lifecycle-phases/#phase-5-export) phase for each slice with one or more files or directories.

Check failure on line 10 in content/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Vale.Spelling] Did you really mean 'buildpack'? Raw Output: {"message": "[Vale.Spelling] Did you really mean 'buildpack'?", "location": {"path": "content/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers.md", "range": {"start": {"line": 10, "column": 3}}}, "severity": "ERROR"}

Check warning on line 10 in content/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Acronyms] Spell out 'MAY', if it's unfamiliar to the audience. Raw Output: {"message": "[Google.Acronyms] Spell out 'MAY', if it's unfamiliar to the audience.", "location": {"path": "content/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers.md", "range": {"start": {"line": 10, "column": 13}}}, "severity": "INFO"}

Check warning on line 10 in content/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Acronyms] Spell out 'MUST', if it's unfamiliar to the audience. Raw Output: {"message": "[Google.Acronyms] Spell out 'MUST', if it's unfamiliar to the audience.", "location": {"path": "content/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers.md", "range": {"start": {"line": 10, "column": 96}}}, "severity": "INFO"}

Check warning on line 10 in content/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Passive] In general, use active voice instead of passive voice ('be created'). Raw Output: {"message": "[Google.Passive] In general, use active voice instead of passive voice ('be created').", "location": {"path": "content/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers.md", "range": {"start": {"line": 10, "column": 101}}}, "severity": "INFO"}

## Key Points

Check warning on line 12 in content/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Headings] 'Key Points' should use sentence-style capitalization. Raw Output: {"message": "[Google.Headings] 'Key Points' should use sentence-style capitalization.", "location": {"path": "content/docs/for-buildpack-authors/how-to/write-buildpacks/create-slice-layers.md", "range": {"start": {"line": 12, "column": 4}}}, "severity": "WARNING"}

Expand Down

0 comments on commit aeb651b

Please sign in to comment.