Skip to content

Commit

Permalink
Typos (#3143)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrousselGit authored Nov 21, 2023
1 parent a045dee commit 312a7a1
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ int watchGeneratedRootButNoDependencies(
return ref.watch(generatedRootProvider);
}

// Check "dependencies" specfied but missing dependency
// Check "dependencies" specified but missing dependency

@Riverpod(dependencies: [])
int watchScopedButEmptyDependencies(WatchScopedButEmptyDependenciesRef ref) {
Expand Down Expand Up @@ -85,7 +85,7 @@ int watchGeneratedRootButEmptyDependencies(
return ref.watch(generatedRootProvider);
}

// Check "dependencies" specfied but missing dependency
// Check "dependencies" specified but missing dependency

@Riverpod(dependencies: [dep])
int watchScopedButMissingDependencies(
Expand Down Expand Up @@ -120,7 +120,7 @@ int watchGeneratedRootButMissingDependencies(
return ref.watch(generatedRootProvider);
}

// Check "dependencies" specfied and contains dependency
// Check "dependencies" specified and contains dependency

@Riverpod(dependencies: [generatedScoped])
int watchGeneratedScopedAndContainsDependency(
Expand Down

0 comments on commit 312a7a1

Please sign in to comment.