We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb69e2f commit d9109e2Copy full SHA for d9109e2
readme.md
@@ -478,7 +478,7 @@ $contents = $manager->read('ftp://some/file.txt');
478
$manager->write('local://put/it/here.txt', $contents);
479
```
480
481
-This makes is easy to code up simple sync strategies.
+This makes it easy to code up simple sync strategies.
482
483
```php
484
$contents = $manager->listContents('local://uploads', true);
0 commit comments