Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
daniluk4000 committed Jul 16, 2024
1 parent 50c9d26 commit 417926f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineComponent({
updatedBounds(bounds: LngLatBounds): boolean {
return bounds.length === 2;
},
updatedCluster(cluserId: string) {
updatedCluster(clusterId: string) {
return true;
},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default defineComponent({
updatedBounds(bounds: LngLatBounds): boolean {
return bounds.length === 2;
},
updatedCluster(cluserId: string) {
updatedCluster(clusterId: string) {
return true;
},
},
Expand Down

0 comments on commit 417926f

Please sign in to comment.