Skip to content

Commit 39cd2ad

Browse files
authored
Merge branch 'main' into restructure
2 parents 13c5b65 + 4afbdc5 commit 39cd2ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/buildpack-author-guide/build-phases-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Now that we understand the example application we can step through each of the B
7878

7979
## Phases
8080

81-
There are five phases to a buildpacks build. These logic for each phaze is provided by a binary within [`lifecycle`](https://github.com/buildpacks/lifecycle) and the orchestration of running each of the binaries is the responsibility of the Buildpacks platform. In this case we are using `pack` as our Buildpacks platform.
81+
There are five phases to a buildpacks build. These logic for each phase is provided by a binary within [`lifecycle`](https://github.com/buildpacks/lifecycle) and the orchestration of running each of the binaries is the responsibility of the Buildpacks platform. In this case we are using `pack` as our Buildpacks platform.
8282

8383
At a high-level each layer:
8484

@@ -92,7 +92,7 @@ We consider each of the buildpacks phases in the context of our invocation of `p
9292

9393
### Phase 1: Analyze
9494

95-
The analyze phase checks a registry for previous images called `example`. It resolves the image metadata making it available to the subsequent restore phaze. In addition, analyze verifies that we have write access to the registry to create or update the image called `example`.
95+
The analyze phase checks a registry for previous images called `example`. It resolves the image metadata making it available to the subsequent restore phase. In addition, analyze verifies that we have write access to the registry to create or update the image called `example`.
9696

9797
In our case `pack` tells us that there is no previous `example` image. It provides the output.
9898

0 commit comments

Comments
 (0)