Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 541bfed

Browse files
authored
fix(no-object-literal-type-assertion): typo in rule description (#4911)
1 parent 70e24bc commit 541bfed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/code-examples/noObjectLiteralTypeAssertion.examples.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { ICodeExample } from "../../language/rule/rule";
2222
export const codeExamples: ICodeExample[] = [
2323
{
2424
description:
25-
"Disallow object literals to appear in type assertion expressions (default). Casing to `any` and `unknown` is allowed.",
25+
"Disallow object literals to appear in type assertion expressions (default). Casting to `any` and `unknown` is allowed.",
2626
config: Lint.Utils.dedent`
2727
"rules": { "no-object-literal-type-assertion": true }
2828
`,

0 commit comments

Comments
 (0)