web: fix bad comment that was confusing lit-analyze (#7234)
The old comment was left over from a previous revision of the wizard, and blocked lit-analyze's ability to understand the Modal's `slot="trigger"` declaration.
This commit is contained in:
parent
ce4c654209
commit
20e003656a
|
@ -22,7 +22,7 @@ import { type WizardButton, WizardStepLabel } from "./types";
|
|||
*
|
||||
* @element ak-wizard-frame
|
||||
*
|
||||
* @slot - Where the form itself should go
|
||||
* @slot trigger - (Inherited from ModalButton) Define the "summon modal" button here
|
||||
*
|
||||
* @fires ak-wizard-nav - Tell the orchestrator what page the user wishes to move to.
|
||||
*
|
||||
|
|
Reference in New Issue