We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c1b76 commit bf113e5Copy full SHA for bf113e5
content/docs/app-journey.md
@@ -36,7 +36,7 @@ code into a runnable app image.
36
##### Auto-detection
37
38
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
+tests groups of buildpacks against your app's source code. The first group that successfully detects your source code
40
will become the selected set of buildpacks for your app. Detection criteria is specific to each buildpack -- for
41
instance, an **NPM buildpack** might look for a `package.json`, and a **Go buildpack** might look for Go source files.
42
0 commit comments