Skip to content

Commit b6eebca

Browse files
committed
fix: typo
1 parent 1513b3e commit b6eebca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Generators/stubs/builder.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class DummyClass extends DataTable
3939
}
4040

4141
/**
42-
* Get filename for export.
42+
* Get the filename for export.
4343
*/
4444
protected function filename(): string
4545
{

src/Generators/stubs/datatables.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class DummyClass extends DataTable
6767
}
6868

6969
/**
70-
* Get filename for export.
70+
* Get the filename for export.
7171
*/
7272
protected function filename(): string
7373
{

0 commit comments

Comments
 (0)