From 6f42418d83ac446e4c41b255a8cb63e00b070d40 Mon Sep 17 00:00:00 2001 From: Cesar Parra Date: Sat, 1 Jun 2024 11:49:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28a01b3..611794b 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ export default class Counter extends LightningElement { ### `$computed` -You the `$computed` function to create a reactive value that depends on the signals. +You can use the `$computed` function to create a reactive value that depends on the signals. ```javascript // display.js