Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7c282d9

Browse files
Fix epelling issue
1 parent 0ee2948 commit 7c282d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class _StateHomePage extends State<HomePage> {
2424

2525
void _getUser() {
2626
if (_controller.text == '') {
27-
Provider.of<UserProvider>(context).setMessage('Please inter your username');
27+
Provider.of<UserProvider>(context).setMessage('Please Enter your username');
2828
} else {
2929
Provider.of<UserProvider>(context).fetchUser(_controller.text).then((value) {
3030
if (value) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /