Skip to content

Commit

Permalink
Fix typo in JSDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Jan 7, 2025
1 parent 552e20d commit eff47ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/src/components/SelectionInvert.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion assets/src/components/edition/PasteGeom.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion assets/src/components/edition/ReverseGeom.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eff47ef

Please sign in to comment.