Skip to content

Commit f2799ce

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/setup-go-5
2 parents 33b4b42 + d44d137 commit f2799ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The order group containing `yarn` logic has higher precedence in the `nodejs` bu
2323

2424
## Running `pack`
2525

26-
Our example NodeJS application is a "hello world" REST-like API. Any request to the `/` URL results in the response `{"message", "Hello world"}`. Our application contains the two source files
26+
Our example NodeJS application is a "hello world" REST-like API. Any request to the `/` URL results in the response `{"message": "Hello world"}`. Our application contains the two source files
2727

2828
```command
2929
$ tree .

0 commit comments

Comments
 (0)