Skip to content

Commit

Permalink
Fix typos and formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
fschmenger committed Oct 27, 2022
1 parent 9b3543f commit 5e2e02d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/layerlist/LayerLegendImage.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<!-- Remarks:
As we need none of the responsive functionality of v-img, use a simple
HTLM img to stop the component from flickering, when the image is re-requested.
As we need none of the responsive functionality of v-img, we use a simple
HTML img to stop the component from flickering when the image is re-requested.
-->
<img v-if="legendURL" :src="legendURL">
</template>
Expand Down
2 changes: 1 addition & 1 deletion src/components/layerlist/LayerListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ export default {
}
}
};
</script>
</script>

0 comments on commit 5e2e02d

Please sign in to comment.