Skip to content

Commit c51ff5c

Browse files
authored
Update console log message in index.ts (#1416)
* Update console log message in index.ts Small change to kick off an automated output dist build. * Update cookie message in console log Attempt to reformat. * Fix typo in console log message
1 parent 587ca32 commit c51ff5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/test-example/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function init() {
4444
// [END maps_test_example_instantiate_marker]
4545

4646
// [START maps_test_example_why_me]
47-
console.log("Say there Mac, why'd you choose me to test this change?");
47+
console.log("Good afternoon! Let's eat cookies!");
4848
// [END maps_test_example_why_me]
4949
}
5050
void init();

0 commit comments

Comments
 (0)