Skip to content

Commit

Permalink
Fix typo in missing_provider_scope.dart (#3898)
Browse files Browse the repository at this point in the history
No related issue. It just fixes a typo I saw in a comment.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- **Documentation**
- Fixed a minor typographical error in a code comment for the
`AddProviderScope` class.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
  • Loading branch information
zmuranaka authored Dec 30, 2024
1 parent 358d825 commit d7dffae
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 d7dffae

Please sign in to comment.