From 91b326981fbc81c11844e98dfc2e28baeab29ac5 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 13 Oct 2016 15:26:08 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4ee5c6..b6ca144 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ result is: { ### TesseractJob.catch(callback: function) -> TesseractJob Sets `callback` as the function that will be called if the job fails. -- `callback` is a function with the signature `callback(erros)` where `error` is a json object. +- `callback` is a function with the signature `callback(error)` where `error` is a json object. ## Local Installation