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

Commit

Permalink
fixing typo in docs (#4395)
Browse files Browse the repository at this point in the history
Thanks @enessoylu!
  • Loading branch information
enessoylu authored and Josh Goldberg committed Dec 18, 2018
1 parent 9c6a832 commit 620ea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/noDefaultImportRule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class Rule extends Lint.Rules.AbstractRule {
due to a number of required reviewers; longer build time due to a number of affected packages)
and could result in ignored \`"no-default-export"\` rule in \`utils'\`.
Unlike \`"no-default-export"\`, the rule requires you to repalce default _import_ with named only in \`A\` you work on,
Unlike \`"no-default-export"\`, the rule requires you to replace default _import_ with named only in \`A\` you work on,
and \`utils\` you import from.`,
optionsDescription: "optionsDescription",
options: {
Expand Down

0 comments on commit 620ea71

Please sign in to comment.