Unverified Commit cd9e30bb authored by Felix's avatar Felix Committed by GitHub

[flutter_tools] Fix Typo in tool error message (#97793)

Fixes a typo mutidex to multidex in a console hint to the user.
parent 47a5b18e
...@@ -167,7 +167,7 @@ final GradleHandledError multidexErrorHandler = GradleHandledError( ...@@ -167,7 +167,7 @@ final GradleHandledError multidexErrorHandler = GradleHandledError(
} }
} else { } else {
globals.printBox( globals.printBox(
'Flutter multidex handling is disabled. If you wish to let the tool configure multidex, use the --mutidex flag.', 'Flutter multidex handling is disabled. If you wish to let the tool configure multidex, use the --multidex flag.',
title: _boxTitle, title: _boxTitle,
); );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment