Skip to content

Commit 7403d01

Browse files
authored
docs: Fix typo in sample label (#227)
1 parent 00c98db commit 7403d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security-center/snippets/v1p1beta1/listNotificationConfigs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
'use strict';
1515

1616
function main(organizationId = 'your-org-id') {
17-
// [END scc_list_notification_configs]
17+
// [START scc_list_notification_configs]
1818
// npm install @google-cloud/security-center/
1919
const {
2020
SecurityCenterClient,

0 commit comments

Comments
 (0)