Commit db8dd1dc by Joshua Lund

Fixed a typo in the fetch module documentation

parent d21714a3
...@@ -47,7 +47,7 @@ options: ...@@ -47,7 +47,7 @@ options:
Allows you to override the default behavior of prepending hostname/path/to/file to Allows you to override the default behavior of prepending hostname/path/to/file to
the destination. If dest ends with '/', it will use the basename of the source the destination. If dest ends with '/', it will use the basename of the source
file, similar to the copy module. Obviously this is only handy if the filenames file, similar to the copy module. Obviously this is only handy if the filenames
are unqiue. are unique.
requirements: [] requirements: []
author: Michael DeHaan author: Michael DeHaan
''' '''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment