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

Commit

Permalink
Minor docs edit for typedef rule (#2301)
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbleblym authored and adidahiya committed Mar 6, 2017
1 parent b835dbc commit 37ce745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/typedefRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class Rule extends Lint.Rules.AbstractRule {
ruleName: "typedef",
description: "Requires type definitions to exist.",
optionsDescription: Lint.Utils.dedent`
Seven arguments may be optionally provided:
Several arguments may be optionally provided:
* \`"call-signature"\` checks return type of functions.
* \`"arrow-call-signature"\` checks return type of arrow functions.
Expand Down

0 comments on commit 37ce745

Please sign in to comment.