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

[docs] Fix typo in no-default-import #4395

Merged
merged 1 commit into from
Dec 18, 2018
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
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