Skip to content

Commit

Permalink
refactor(default_example): Update default editor example text
Browse files Browse the repository at this point in the history
  • Loading branch information
hm21 committed Apr 19, 2024
1 parent 40da2a2 commit 4dc7171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/pages/default_example.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class _DefaultExampleState extends State<DefaultExample>
const Padding(
padding: EdgeInsets.symmetric(horizontal: 16, vertical: 4),
child: Text(
'The editor support to directly open your type of data without converting it first. Remember flutter'),
'The editor support to directly open your type of data without converting it first.'),
),
const Divider(),
ListTile(
Expand Down

0 comments on commit 4dc7171

Please sign in to comment.