Skip to content

Commit

Permalink
Fix typo in await-promise rule metadata (palantir#2113)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-hanson authored and adidahiya committed Jan 24, 2017
1 parent 1e3b024 commit af1ec7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/awaitPromiseRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import * as Lint from "../index";
export class Rule extends Lint.Rules.TypedRule {
/* tslint:disable:object-literal-sort-keys */
public static metadata: Lint.IRuleMetadata = {
ruleName: "strict-boolean-expressions",
ruleName: "await-promise",
description: "Warns for an awaited value that is not a Promise.",
optionsDescription: "Not configurable.",
options: null,
Expand Down

0 comments on commit af1ec7c

Please sign in to comment.