fix doc comment

This commit is contained in:
Cory LaViska
2021-03-06 15:11:15 -05:00
parent 4ef21c2852
commit f10051b588

View File

@@ -40,7 +40,7 @@ export class SlForm extends LitElement {
@property({ type: Boolean, reflect: true }) novalidate = false;
/**
* @emit sl-submit - Emitted when the form is submitted. This event will not be emitted if any form control inside of
* Emitted when the form is submitted. This event will not be emitted if any form control inside of
* it is in an invalid state, unless the form has the `novalidate` attribute. Note that there is never a need to prevent
* this event, since it doen't send a GET or POST request like native forms. To "prevent" submission, use a conditional
* around the XHR request you use to submit the form's data with. Event details will contain: