Skip to content

Commit

Permalink
Update content/docs/app-journey.md
Browse files Browse the repository at this point in the history
Co-authored-by: Natalie Arellano <narellano@vmware.com>
Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
Signed-off-by: Aidan Delaney <adelaney21@bloomberg.net>
  • Loading branch information
AidanDelaney and natalieparellano committed Aug 11, 2023
1 parent f4c1b76 commit bf113e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/app-journey.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ code into a runnable app image.
##### Auto-detection

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

Expand Down

0 comments on commit bf113e5

Please sign in to comment.