mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 13:51:20 +08:00
Fix spelling
This commit is contained in:
@ -22,7 +22,7 @@ class ErrorMessage extends StatelessWidget {
|
|||||||
color: color,
|
color: color,
|
||||||
),
|
),
|
||||||
SelectableText(
|
SelectableText(
|
||||||
message ?? 'And error occurred. $kUnexpectedRaiseIssue',
|
message ?? 'An error occurred. $kUnexpectedRaiseIssue',
|
||||||
textAlign: TextAlign.center,
|
textAlign: TextAlign.center,
|
||||||
style: Theme.of(context)
|
style: Theme.of(context)
|
||||||
.textTheme
|
.textTheme
|
||||||
|
Reference in New Issue
Block a user