From d5a2502b099cef53fbdda39ae6d74db5c17677d9 Mon Sep 17 00:00:00 2001 From: "felix.scheinost" Date: Wed, 7 Dec 2022 12:43:49 +0000 Subject: [PATCH] Fix typo in documentation --- doc/book/reference-manual/features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/book/reference-manual/features.md b/doc/book/reference-manual/features.md index 1f21af6e..550504ff 100644 --- a/doc/book/reference-manual/features.md +++ b/doc/book/reference-manual/features.md @@ -83,7 +83,7 @@ This feature is totally invisible to S3 clients and does not break compatibility ### Cluster administration API Garage provides a fully-fledged REST API to administer your cluster programatically. -Functionnality included in the admin API include: setting up and monitoring +Functionality included in the admin API include: setting up and monitoring cluster nodes, managing access credentials, and managing storage buckets and bucket aliases. A full reference of the administration API is available [here](@/documentation/reference-manual/admin-api.md).