diff --git a/instructions/lwc.instructions.md b/instructions/lwc.instructions.md index d146b560..2c4f2e28 100644 --- a/instructions/lwc.instructions.md +++ b/instructions/lwc.instructions.md @@ -326,7 +326,7 @@ export default class MyComponent extends LightningElement { } performOperation() { - // Developer-defined async operation + // Developer-defined async operation } showSuccessToast() {