From 766d612dbfb385d726aa3c34e01a7c573b32649a Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Fri, 3 Nov 2017 16:08:02 -0400 Subject: [PATCH] Add option to overwrite file to the downloader component (#3876) * Add option to overwrite file to the downloader component * Add period --- source/_components/downloader.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/downloader.markdown b/source/_components/downloader.markdown index c616cc40688..53063587d69 100644 --- a/source/_components/downloader.markdown +++ b/source/_components/downloader.markdown @@ -38,7 +38,7 @@ This will download the file from the given URL. | Service data attribute | Optional | Description | | ---------------------- | -------- | ---------------------------------------------- | -| `url` | no | The url of the file to download. | +| `url` | no | The URL of the file to download. | | `subdir` | yes | Download into subdirectory of **download_dir** | | `filename` | yes | Determine the filename. | - +| `overwrite` | yes | Whether to overwrite the file or not, defaults to `false`. |