Skip to content

Commit bf113e5

Browse files
AidanDelaneyNatalie Arellano
andcommitted
Update content/docs/app-journey.md
Co-authored-by: Natalie Arellano <[email protected]> Signed-off-by: Aidan Delaney <[email protected]> Signed-off-by: Aidan Delaney <[email protected]>
1 parent f4c1b76 commit bf113e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/app-journey.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ code into a runnable app image.
3636
##### Auto-detection
3737

3838
What enables buildpacks to be transparent is auto-detection. This happens when a platform sequentially
39-
tests groups of buildpacks against your app's source code. The first group that succesfully detects your source code
39+
tests groups of buildpacks against your app's source code. The first group that successfully detects your source code
4040
will become the selected set of buildpacks for your app. Detection criteria is specific to each buildpack -- for
4141
instance, an **NPM buildpack** might look for a `package.json`, and a **Go buildpack** might look for Go source files.
4242

0 commit comments

Comments
 (0)