Skip to content

Commit 5029ed0

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 679709d commit 5029ed0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ These two files are executable `detect` and `build` scripts. You are now able to
9191

9292
### Using your buildpack with `pack`
9393

94-
In order to test your buildpack, you will need to run the buildpack against your sample Ruby app using the `pack` CLI.
94+
In order to test your buildpack, you will need to run the buildpack against your sample Node.js app using the `pack` CLI.
9595

9696
Set your default [builder][builder] by running the following:
9797

@@ -137,4 +137,4 @@ ERROR: failed to detect: buildpack(s) failed with err
137137
<a href="/docs/buildpack-author-guide/create-buildpack/detection" class="button bg-pink">Next Step</a>
138138

139139
[builder]: /docs/concepts/components/builder
140-
<!--+ end +-->
140+
<!--+ end +-->

0 commit comments

Comments
 (0)