Skip to content

Commit 8cdcdeb

Browse files
authored
test:Update index.ts (#381)
A small change to test workflows.
1 parent e52f53b commit 8cdcdeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/address-validation/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
// [START maps_address_validation]
8-
// DOM Refs
8+
// --- DOM Refs
99
const addressForm = document.getElementById('address-form');
1010
const validateButton = document.getElementById('validate-button');
1111
const clearFormButton = document.getElementById('clear-form-button');

0 commit comments

Comments
 (0)