From 5065eeeea7522603837aed11ba0e619ce83bf24f Mon Sep 17 00:00:00 2001 From: mkosir Date: Sat, 14 Dec 2024 07:34:18 +0100 Subject: [PATCH] update docusaurus --- website/src/pages/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/index.mdx b/website/src/pages/index.mdx index a142054..81553be 100644 --- a/website/src/pages/index.mdx +++ b/website/src/pages/index.mdx @@ -382,7 +382,7 @@ const renderUserAvatar = (avatar: string) => {...} ### Type Error -If TypeScript error can't be mitigated, as last resort use `@ts-expect-error` to suppress it. If at any future point suppressed line becomes error-free, TypeScript compiler will indicate it. `@ts-ignore` is not +When a TypeScript error cannot be mitigated, as last resort use `@ts-expect-error` to suppress it. If at any future point suppressed line becomes error-free, TypeScript compiler will indicate it. `@ts-ignore` is not allowed, where `@ts-expect-error` must be used with provided description. {`'@typescript-eslint/ban-ts-comment': [