Skip to content

Commit 7a99dd0

Browse files
fix: typo error
1 parent 52e23b8 commit 7a99dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GeocoderControl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export default {
159159
query(query) {
160160
if (this.control) {
161161
this.$emit("update:input", query);
162-
return this.contol.query(query);
162+
return this.control.query(query);
163163
}
164164
return null;
165165
}

0 commit comments

Comments
 (0)