From ba4cee197003edfa17e6d0d41b8681a9cebd63ae Mon Sep 17 00:00:00 2001 From: John Haugeland Date: Sun, 29 Mar 2026 10:14:46 -0700 Subject: [PATCH] Update sealed.md grammar repair (it's -> its) --- site/tags/sealed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/tags/sealed.md b/site/tags/sealed.md index e68f9af7d..e51ac048e 100644 --- a/site/tags/sealed.md +++ b/site/tags/sealed.md @@ -7,7 +7,7 @@ title: "@sealed" **Tag Kind:** [Modifier](../tags.md#modifier-tags)
**TSDoc Reference:** [@sealed](https://tsdoc.org/pages/tags/sealed/) -TypeDoc parses the `@sealed` tag for compatibility with TSDoc, but does not attach any meaning to it's use. +TypeDoc parses the `@sealed` tag for compatibility with TSDoc, but does not attach any meaning to its use. ## Example