Skip to content
This repository was archived by the owner on Oct 22, 2020. It is now read-only.

Commit 2aeedf2

Browse files
committed
Fix typo in yardoc for #download_request_body
1 parent cabdeac commit 2aeedf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/wpxf/wordpress/file_download.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def download_request_params
5050
nil
5151
end
5252

53-
# @return [Hash, String] the body to be use when requesting the download file.
53+
# @return [Hash, String] the body to be used when requesting the download file.
5454
def download_request_body
5555
nil
5656
end

0 commit comments

Comments
 (0)