From ced2e3bfe98b720ed33fe7a8b899026e6a422b87 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Tue, 30 Jul 2019 14:23:37 +0200 Subject: [PATCH] so many spelling mistakes have been corrected in this commit. It's totally worth writing so much explanation... --- doc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.md b/doc/README.md index b1477dc6..bc1eb7c1 100644 --- a/doc/README.md +++ b/doc/README.md @@ -460,5 +460,5 @@ curl -k https://127.0.0.1:7000/api/import/item/b20a69f1-99ad-4cb3-b212-7ce24b763 ``` {'status': 'error', 'reason': 'Invalid uuid'} - {'status': 'error', 'reason': 'Unknow uuid'} + {'status': 'error', 'reason': 'Unknown uuid'} ```