Skip to content

Commit

Permalink
fix: punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasLohoff committed Nov 7, 2024
1 parent 1cf736c commit 09d55d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LayerTree/LayerTree.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ interface OwnProps {
nodeTitleRenderer?: (layer: OlLayerBase) => React.ReactNode;

/**
* Callback function, that will be called if the selection changes.
* Callback function that will be called if the selection changes.
*/
onLayerVisibilityChanged?: (layer: OlLayerBase, checked: boolean) => void;
}
Expand Down

0 comments on commit 09d55d7

Please sign in to comment.