Skip to content

Commit 6e97a20

Browse files
authored
test:Update index.ts (#388)
A very small change to test a workflow update.
1 parent cc3a0d7 commit 6e97a20

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)