Skip to content

Commit f69ba22

Browse files
Fix test
1 parent 4de0a5a commit f69ba22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/boilerplate_suggestors/boilerplate_utilities.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ typedef YieldPatch = void Function(String replacement, int startingOffset,
2323
[int? endingOffset]);
2424

2525
const semverReportNotAvailable =
26-
'Semver report not avgit cheailable; this class is assumed to be public and thus will not be updated.';
26+
'Semver report not available; this class is assumed to be public and thus will not be updated.';
2727

2828
final logger = Logger('over_react_codemod.boilerplate_upgrade.semver_helper');
2929

0 commit comments

Comments
 (0)