Skip to content

Commit 4284131

Browse files
committed
Dowload -> Download
1 parent b21348f commit 4284131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

qiita_pet/support_files/doc/source/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ To take advantage of this feature you need to:
316316
server that is OK to give access to the key created to your storage-shed; note that if
317317
you want to completely stop that key to work you can open that file and remove the line
318318
with the name of this key.
319-
#. Dowload your new generated key `qiita-key` (the file) to your local computer and use it
319+
#. Download your new generated key `qiita-key` (the file) to your local computer and use it
320320
in the `Key` option of "Upload via Remote Server (ADVANCED)".
321321

322322
Using this key you can `List Files` to test the connection and verify the list of study files. Then,

qiita_pet/templates/study_ajax/prep_summary.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ <h4>
449449
<br/>
450450
{% if user_level in ('admin', 'wet-lab admin') and data_type in {'Metagenomic', 'Metatranscriptomic'} %}
451451
<button class="btn btn-info" onclick="this.disabled=true; window.location='{% raw qiita_config.portal_dir %}/download_data_release_from_prep/{{prep_id}}';">
452-
<span class="glyphicon glyphicon-download-alt"></span> Dowload Data Release
452+
<span class="glyphicon glyphicon-download-alt"></span> Download Data Release
453453
</button>
454454
{% end %}
455455
{% if deprecated %}

0 commit comments

Comments
 (0)