Skip to content

Commit 30c4779

Browse files
authored
test:Update index.ts (#376)
minor change to test previous commit
1 parent 44445d0 commit 30c4779

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
@@ -36,7 +36,7 @@ async function handleValidationSubmit(event) {
3636
event.preventDefault(); // Prevent default form submission
3737
resultDisplay!.textContent = 'Validating...'; // Clear previous results
3838

39-
// Validate the address
39+
// Validate the address.
4040
try {
4141
//@ts-ignore
4242
const result = await google.maps.addressValidation.AddressValidation.fetchAddressValidation({

0 commit comments

Comments
 (0)