Skip to content

Commit 657b321

Browse files
authored
Merge branch 'main' into fix/update-markdown-preview-esm
2 parents 14a289e + e9fec8d commit 657b321

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cloud-sql/mysql/mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[create a
88
project](https://cloud.google.com/resource-manager/docs/creating-managing-projects#creating_a_project).
99

10-
1. Create a 2nd Gen Cloud SQL Instance by following these
10+
1. Create a Cloud SQL Instance by following these
1111
[instructions](https://cloud.google.com/sql/docs/mysql/create-instance). Note
1212
the instance connection name, database user, and database password that you
1313
create.

security-center/snippets/v1/createNotificationConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function main(
1919
pubsubTopic = 'projects/{your-project}/topics/{your-topic}'
2020
) {
2121
// [START securitycenter_create_notification_config]
22-
// npm install @google-cloud/security-center/
22+
// npm install '@google-cloud/security-center'
2323
const {SecurityCenterClient} = require('@google-cloud/security-center');
2424

2525
const client = new SecurityCenterClient();

0 commit comments

Comments
 (0)