Skip to content

Commit

Permalink
Fix typo in 'copy' method description
Browse files Browse the repository at this point in the history
  • Loading branch information
vedmaka committed Jul 14, 2015
1 parent 5928582 commit c5c2e47
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 c5c2e47

Please sign in to comment.