diff options
author | felix.scheinost <felix.scheinost@noreply.localhost> | 2022-12-07 12:43:49 +0000 |
---|---|---|
committer | felix.scheinost <felix.scheinost@noreply.localhost> | 2022-12-07 12:43:49 +0000 |
commit | d5a2502b099cef53fbdda39ae6d74db5c17677d9 (patch) | |
tree | 50228473f869a1846135b94aae0f0a3bbcbc1036 /doc/book/reference-manual | |
parent | 243b7c9a1cbf0e1dc4e9cf3b935bd833e29dcf9d (diff) | |
download | garage-d5a2502b099cef53fbdda39ae6d74db5c17677d9.tar.gz garage-d5a2502b099cef53fbdda39ae6d74db5c17677d9.zip |
Fix typo in documentation
Diffstat (limited to 'doc/book/reference-manual')
-rw-r--r-- | doc/book/reference-manual/features.md | 2 |
1 files changed, 1 insertions, 1 deletions
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). |