From 0ecf9e67cb0e9e0c3c9f14dc0aeae4de80d4a64e Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 30 Sep 2025 16:41:16 +0200 Subject: [PATCH] Fix typo in error handling section of README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17788eb..cb9dd47 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ document.meta #### Error handling -In case of error, be it an HTTP layer error or an API error, `document.status` will be set to `'error'` and `document.error` will contain the error message. +In case of error, be it an HTTP layer error or an API error, `document.status` will be set to `'error'` and `document.errors` will contain the error message. ```ruby # Using an unknown template