Commit a94a141a by Michael DeHaan

Merge pull request #4345 from jlund/fetch-typo

Fixed a typo in the fetch module documentation
parents d4e0f2be db8dd1dc
...@@ -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