Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit 2f0fc4b

Browse files
committed
Fixed grammar error in readme
1 parent 0d63c2b commit 2f0fc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ $fileDownload->sendDownload("download.pdf");
2525
```
2626

2727

28-
## Create a download for a file via the content
28+
## Create a download for a file via content
2929
```php
3030
$content = "This is the content of the file:";
3131
$fileDownload = FileDownloader::createFromString($content);

0 commit comments

Comments
 (0)