Skip to content

Commit 403a78a

Browse files
authored
test:Update index.ts (#379)
Small change to test previous commit.
1 parent 0d3a649 commit 403a78a

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)