We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4de0a5a commit f69ba22Copy full SHA for f69ba22
lib/src/boilerplate_suggestors/boilerplate_utilities.dart
@@ -23,7 +23,7 @@ typedef YieldPatch = void Function(String replacement, int startingOffset,
23
[int? endingOffset]);
24
25
const semverReportNotAvailable =
26
- 'Semver report not avgit cheailable; this class is assumed to be public and thus will not be updated.';
+ 'Semver report not available; this class is assumed to be public and thus will not be updated.';
27
28
final logger = Logger('over_react_codemod.boilerplate_upgrade.semver_helper');
29
0 commit comments