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

Commit

Permalink
fix(no-object-literal-type-assertion): typo in rule description (#4911)
Browse files Browse the repository at this point in the history
  • Loading branch information
DZwell committed Feb 3, 2020
1 parent 70e24bc commit 541bfed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ import { ICodeExample } from "../../language/rule/rule";
export const codeExamples: ICodeExample[] = [
{
description:
"Disallow object literals to appear in type assertion expressions (default). Casing to `any` and `unknown` is allowed.",
"Disallow object literals to appear in type assertion expressions (default). Casting to `any` and `unknown` is allowed.",
config: Lint.Utils.dedent`
"rules": { "no-object-literal-type-assertion": true }
`,
Expand Down

0 comments on commit 541bfed

Please sign in to comment.