Skip to content

Commit

Permalink
Merge pull request #1682 from vedmaka/patch-1
Browse files Browse the repository at this point in the history
Fix typo in 'copy' method description
  • Loading branch information
taylorotwell committed Jul 15, 2015
2 parents 5928582 + c5c2e47 commit c4c6ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ The `put` method may be used to store a file on disk. You may also pass a PHP `r

Storage::put('file.jpg', $resource);

The `copy` method may be used to move an existing file to a new location on the disk:
The `copy` method may be used to copy an existing file to a new location on the disk:

Storage::copy('old/file1.jpg', 'new/file1.jpg');

Expand Down

0 comments on commit c4c6ea0

Please sign in to comment.