Skip to content

Commit

Permalink
fix(example): Fix typo on counter example button
Browse files Browse the repository at this point in the history
  • Loading branch information
CarLeonDev committed Jun 11, 2022
1 parent 22299aa commit a99ce1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/examples/counter/counter_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CounterExample extends StatelessWidget {
const SizedBox(width: 8),
ElevatedButton(
onPressed: counterCtx.increment,
child: const Text("Increment +*"),
child: const Text("Increment +"),
),
],
),
Expand Down

0 comments on commit a99ce1b

Please sign in to comment.