Skip to content

Commit

Permalink
Fixed spelling mistake in docs (#3956)
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnupsamal authored Feb 23, 2025
1 parent aa324e7 commit 97fd403
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import 'provider.dart';

// {@template note}
/// We subclassed "ConsumerWidget" instead of "StatelessWidget".
/// This is equivalent to making a "StatelessWidget" and retuning "Consumer".
/// This is equivalent to making a "StatelessWidget" and returning "Consumer".
// {@endtemplate}
class Home extends ConsumerWidget {
const Home({super.key});
Expand Down

0 comments on commit 97fd403

Please sign in to comment.