From df357c10088fe714b715f34dc3d9aec18229455d Mon Sep 17 00:00:00 2001
From: Julien Neuhart
Date: Tue, 26 Mar 2019 17:37:25 +0100
Subject: [PATCH] fixing typo in documentation
---
build/docs/content/08-filename.md | 2 +-
docs/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build/docs/content/08-filename.md b/build/docs/content/08-filename.md
index d330d121..225cb7b5 100644
--- a/build/docs/content/08-filename.md
+++ b/build/docs/content/08-filename.md
@@ -11,7 +11,7 @@ Otherwise a random filename is used.
> However, you may hijack the response from the API or store the resulting PDF
> using a custom filename.
>
-> **Attention:** this feature does not work if a form field `webhookURL` is given.
+> **Attention:** this feature does not work if the form field `webhookURL` is given.
## Examples
diff --git a/docs/index.html b/docs/index.html
index aeb4d6ea..7efaf391 100755
--- a/docs/index.html
+++ b/docs/index.html
@@ -916,7 +916,7 @@ Otherwise a random filename is used.
However, you may hijack the response from the API or store the resulting PDF
using a custom filename.
-Attention: this feature does not work if a form field webhookURL is given.
+Attention: this feature does not work if the form field webhookURL is given.