Skip to content

Commit

Permalink
fix grammatical error in debug print message
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Samoticha committed Aug 12, 2023
1 parent 7b81123 commit fb22efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ class AccentColorListener {
debugPrint(
'Warning: Falling back on slow accent color resolution. It’s possible '
'that the accent colors have changed in a recent version of macOS, thus '
'invalidating macos_ui’s accent colors, which were captured in macOS '
'invalidating macos_ui’s accent colors, which were captured on macOS '
'Ventura. If you see this message, please notify a maintainer of the '
'macos_ui package.',
);
Expand Down

0 comments on commit fb22efa

Please sign in to comment.