We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30c4779 commit 364ed32Copy full SHA for 364ed32
samples/address-validation/index.ts
@@ -22,7 +22,7 @@ const exampleSelect = document.getElementById('example-select') as HTMLSelectEle
22
23
// Core Initialization
24
async function init() {
25
- // Load the Address Validation library
+ // Load the Address Validation library.
26
await google.maps.importLibrary('addressValidation');
27
// Set event listeners
28
addressForm!.addEventListener('submit', handleValidationSubmit);
0 commit comments