diff --git a/assets/src/components/SelectionInvert.js b/assets/src/components/SelectionInvert.js index cc179cf80f..79b64599f3 100644 --- a/assets/src/components/SelectionInvert.js +++ b/assets/src/components/SelectionInvert.js @@ -11,7 +11,7 @@ import {html, render} from 'lit-html'; import '../images/svg/mActionInvertSelection.svg'; /** - * Webcomponent used to invert selection on layer selection defined by 'feature-type' attribute + * Web component used to invert selection on layer selection defined by 'feature-type' attribute * or allFeatureTypeSelected defined in SelectionTool module * @class * @name SelectionInvert diff --git a/assets/src/components/edition/PasteGeom.js b/assets/src/components/edition/PasteGeom.js index 19e20fba86..69353562a7 100644 --- a/assets/src/components/edition/PasteGeom.js +++ b/assets/src/components/edition/PasteGeom.js @@ -12,7 +12,7 @@ import { html, render } from 'lit-html'; import '../../images/svg/mActionEditPaste.svg'; /** - * Webcomponent used to reverse vertices order for a modified feature + * Web component used to paste a geometry * @class * @name pasteGeom * @augments HTMLElement diff --git a/assets/src/components/edition/ReverseGeom.js b/assets/src/components/edition/ReverseGeom.js index 8c04f64124..48a2b72688 100644 --- a/assets/src/components/edition/ReverseGeom.js +++ b/assets/src/components/edition/ReverseGeom.js @@ -11,7 +11,7 @@ import { mainLizmap } from '../../modules/Globals.js'; import '../../images/svg/mActionReverseLine.svg'; /** - * Webcomponent used to reverse vertices order for a modified feature + * Web component used to reverse vertices order for a modified feature * @class * @name reverseGeom * @augments HTMLElement