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

Fix typo #4911

Merged
merged 1 commit into from Feb 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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