From 21b96eac58fb8fdac754b71099f6ba8f99f25e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sat, 5 Aug 2023 15:09:28 +0200 Subject: [PATCH] Spellcheck woke up... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- docs/abbreviations.md | 2 +- docs/api/index.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/abbreviations.md b/docs/abbreviations.md index 60f30aaf2..53cebcebe 100644 --- a/docs/abbreviations.md +++ b/docs/abbreviations.md @@ -41,5 +41,5 @@ *[TTL]: Time-To-Live is a mechanism that limits the lifespan or lifetime of data in a computer or network *[NAT]: Network address translation *[UTF-8]: 8-bit Unicode Transformation Format - a character encoding format capable of encoding all known 1,112,064 valid Unicode characters -*[URL]: Uniform Ressource Locator, commonly known as "web address" +*[URL]: Uniform Resource Locator, commonly known as "web address" *[REST]: Representational State Transfer - a software architecture for distributed systems like the World Wide Web (WWW) diff --git a/docs/api/index.md b/docs/api/index.md index 1fe280149..5cca32ee8 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -11,7 +11,7 @@ The form of replies to successful requests strongly depends on the selected endp ???+ success "Example reply: Success" - Ressource: `GET /api/dns/blocking` + Resource: `GET /api/dns/blocking` Response code: `HTTP/1.1 200 OK` @@ -29,11 +29,11 @@ The form of replies to successful requests strongly depends on the selected endp Depending on the particular endpoint -In contrast, errors have a uniform style to ease their programatic treatment: +In contrast, errors have a uniform style to ease their programmatic treatment: ???+ failure "Example reply: Error (unauthorized access)" - Ressource: `GET /api/domains` + Resource: `GET /api/domains` Response code: `HTTP/1.1 401 Unauthorized`