From 102a6635d32b83474bbd81d4347845f3916df2a4 Mon Sep 17 00:00:00 2001 From: Johnny <104537366+johnnysedh3lllo@users.noreply.github.com> Date: Fri, 13 Feb 2026 00:54:33 +0100 Subject: [PATCH] Update overview.md Corrected typo which can lead to confusion when trying to understand the documentation. --- packages/lit-dev-content/site/docs/v3/components/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lit-dev-content/site/docs/v3/components/overview.md b/packages/lit-dev-content/site/docs/v3/components/overview.md index 9428d4981..32307f340 100644 --- a/packages/lit-dev-content/site/docs/v3/components/overview.md +++ b/packages/lit-dev-content/site/docs/v3/components/overview.md @@ -21,7 +21,7 @@ Creating a Lit component involves a number of concepts: * [Styles](/docs/v3/components/styles/). A component can define _encapsulated styles_ to control its own appearance. -* [Lifecycle](/docs/v3/components/lifecycle/). Lit defines a set of callbacks that you can override to hook into the component's lifecycle—for example, to run code when the element's added to a page, or whenever the component updates. +* [Lifecycle](/docs/v3/components/lifecycle/). Lit defines a set of callbacks that you can override to hook into the component's lifecycle—for example, to run code when the element is added to a page, or whenever the component updates. Here's a sample component: