Skip to content

Commit

Permalink
Fix typo in missing_provider_scope.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
zmuranaka committed Dec 30, 2024
1 parent 358d825 commit 07a32c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class AddProviderScope extends DartFix {
List<AnalysisError> others,
) {
context.registry.addMethodInvocation((node) {
// The method is not impacte by this analysis error
// The method is not impacted by this analysis error
if (!node.sourceRange.intersects(analysisError.sourceRange)) return;

final changeBuilder = reporter.createChangeBuilder(
Expand Down

0 comments on commit 07a32c3

Please sign in to comment.