From a2cdd3eb1318220265d8f7983b62b9cae7e7995b Mon Sep 17 00:00:00 2001
From: Marina Popleteeva <marina.popleteeva@uni.lu>
Date: Thu, 6 Oct 2022 15:13:10 +0200
Subject: [PATCH] Fix grammar

---
 external/exchange-channels/asperaweb/asperaweb.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/external/exchange-channels/asperaweb/asperaweb.md b/external/exchange-channels/asperaweb/asperaweb.md
index 35618335..b84ea460 100644
--- a/external/exchange-channels/asperaweb/asperaweb.md
+++ b/external/exchange-channels/asperaweb/asperaweb.md
@@ -97,8 +97,8 @@ Detailed information on how to configure firewalls when working with Aspera is g
 
 ### Command-Line error "command not found: ascp" ###
 
-Run <code>ascli config ascp show</code> to show path of <code>ascp</code>.
+Run <code>ascli config ascp show</code> to show a path of <code>ascp</code>.
 
 Modify command with the path instead of <code>ascp</code>:<br>
-Here is example of download command
+Here is an example of download command
 `<path-to-ascp-executable> -d -i $SSHKEY -P 33001 --file-crypt decrypt -W $TOKEN app_duma_private@aspera.lcsb.uni.lu:/<remote-dir> </local-dir>`
-- 
GitLab