From d0229f4cfc9600ea7921b4f5c2231b4873215c2f Mon Sep 17 00:00:00 2001 From: Jessica Lu Date: Fri, 24 Apr 2026 04:07:51 -0400 Subject: [PATCH] docs: add missing period to TypeScript Support guide (#4309) Add period to the end of sentence in the description of https://lucide.dev/guide/react/advanced/typescript. --- docs/guide/react/advanced/typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/react/advanced/typescript.md b/docs/guide/react/advanced/typescript.md index 08814820b..fbeff8df5 100644 --- a/docs/guide/react/advanced/typescript.md +++ b/docs/guide/react/advanced/typescript.md @@ -5,7 +5,7 @@ description: Learn about the different types exported by the `lucide-react` pack # TypeScript Support List of exported types from the `lucide-react` package. -These can be used to type your components when using Lucide icons in a TypeScript React project +These can be used to type your components when using Lucide icons in a TypeScript React project. ## `LucideProps`