From 5e941719dd111106bb775b57608902429b8d3072 Mon Sep 17 00:00:00 2001 From: Abbas Date: Wed, 31 Dec 2025 10:01:21 +0530 Subject: [PATCH] Update instructions/lwc.instructions.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- instructions/lwc.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {