Skip to content

Commit d74abc8

Browse files
authored
Merge branch 'main' into chore/migrate-slack-billing
2 parents 3018bcf + 6cf803c commit d74abc8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

healthcare/dicom/importDicomInstance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const main = (
7373
} else {
7474
console.log('Encountered errors. Sample error:');
7575
console.log(
76-
'Resource on which error occured:',
76+
'Resource on which error occurred:',
7777
data.error.details[0]['sampleErrors'][0]['resource']
7878
);
7979
console.log(

run/helloworld/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This sample shows how to deploy a Hello World application to Cloud Run.
44

5+
<a href="https://deploy.cloud.run?git_repo=https://github.com/GoogleCloudPlatform/nodejs-docs-samples&dir=run/helloworld"><img src="https://deploy.cloud.run/button.svg" alt="Run on Google Cloud" height="40"/></a>
6+
57
For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/main/run).
68

79
## Local Development

0 commit comments

Comments
 (0)