Skip to content

Commit c989277

Browse files
authored
Update building-blocks-cnb.md
Update documentation: replace 'Ruby' with 'Node.js' Changed the word 'Ruby' to 'Node.js' in the documentation to correct an inaccuracy with the previous content. Signed-off-by: Ravindu Thiunuwan <[email protected]>
1 parent 5029ed0 commit c989277

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/buildpack-author-guide/create-buildpack/building-blocks-cnb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ pack build test-node-js-app --path ./node-js-sample-app --buildpack ./node-js-bu
117117
```
118118
<!--+- "{{execute}}"+-->
119119

120-
The `pack build` command takes in your Ruby sample app as the `--path` argument and your buildpack as the `--buildpack` argument.
120+
The `pack build` command takes in your Node.js sample app as the `--path` argument and your buildpack as the `--buildpack` argument.
121121

122122
After running the command, you should see that it failed to detect, as the `detect` script is currently written to simply error out.
123123

0 commit comments

Comments
 (0)