aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <alex@adnab.me>2022-12-07 20:42:24 +0000
committerAlex <alex@adnab.me>2022-12-07 20:42:24 +0000
commit35f8e8e2fb34d836174ec6c08806b249e0a2873f (patch)
tree50228473f869a1846135b94aae0f0a3bbcbc1036
parent243b7c9a1cbf0e1dc4e9cf3b935bd833e29dcf9d (diff)
parentd5a2502b099cef53fbdda39ae6d74db5c17677d9 (diff)
downloadgarage-35f8e8e2fb34d836174ec6c08806b249e0a2873f.tar.gz
garage-35f8e8e2fb34d836174ec6c08806b249e0a2873f.zip
Merge pull request 'Fix typo in documentation' (#441) from felix.scheinost/garage:documentation-typo into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/441
-rw-r--r--doc/book/reference-manual/features.md2
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).