From 6e471bf3ec23aa8bbef57ce38042480e9615206f Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Thu, 23 Apr 2020 10:53:29 +0200
Subject: [PATCH] Fix typo (#4)

---
 src/vpu-qualified-signature-pdf-upload.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/vpu-qualified-signature-pdf-upload.js b/src/vpu-qualified-signature-pdf-upload.js
index 5d58636..1e2231f 100644
--- a/src/vpu-qualified-signature-pdf-upload.js
+++ b/src/vpu-qualified-signature-pdf-upload.js
@@ -173,7 +173,7 @@ class QualifiedSignaturePdfUpload extends ScopedElementsMixin(VPUSignatureLitEle
             if (entryPoint["@type"] === "http://schema.org/EntryPoint" ) {
                 this.currentFileName = entryPoint.name;
 
-                // we need to full file to upload it again in case the download of the signed file fails
+                // we need the full file to upload it again in case the download of the signed file fails
                 this.currentFile = ev.detail;
 
                 // we want to load the redirect url in the iframe
-- 
GitLab