Skip to content

Commit 364ed32

Browse files
authored
fix:Update index.ts (#377)
A minor fix to test workflow fixes.
1 parent 30c4779 commit 364ed32

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
@@ -22,7 +22,7 @@ const exampleSelect = document.getElementById('example-select') as HTMLSelectEle
2222

2323
// Core Initialization
2424
async function init() {
25-
// Load the Address Validation library
25+
// Load the Address Validation library.
2626
await google.maps.importLibrary('addressValidation');
2727
// Set event listeners
2828
addressForm!.addEventListener('submit', handleValidationSubmit);

0 commit comments

Comments
 (0)