aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-07-14 14:25:14 +0300
committerFlorian Klink <flokli@flokli.de>2023-07-14 14:25:14 +0300
commitf0b7a0af3dfc2b550e1d86fa11f4e10a8337e6cb (patch)
treec0cc0df79744e48ae52d44050c6fb5528ea9a07e
parent194549ca46736f56662a438c9b43340a58d1dcc3 (diff)
downloadgarage-f0b7a0af3dfc2b550e1d86fa11f4e10a8337e6cb.tar.gz
garage-f0b7a0af3dfc2b550e1d86fa11f4e10a8337e6cb.zip
doc/drafts: fix typo
-rw-r--r--doc/drafts/admin-api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/drafts/admin-api.md b/doc/drafts/admin-api.md
index 9a697a59..fb71dc83 100644
--- a/doc/drafts/admin-api.md
+++ b/doc/drafts/admin-api.md
@@ -453,7 +453,7 @@ Request body format:
}
```
-All fields (`name`, `allow` and `deny`) are optionnal.
+All fields (`name`, `allow` and `deny`) are optional.
If they are present, the corresponding modifications are applied to the key, otherwise nothing is changed.
The possible flags in `allow` and `deny` are: `createBucket`.
@@ -609,7 +609,7 @@ Request body format:
}
```
-All fields (`websiteAccess` and `quotas`) are optionnal.
+All fields (`websiteAccess` and `quotas`) are optional.
If they are present, the corresponding modifications are applied to the bucket, otherwise nothing is changed.
In `websiteAccess`: if `enabled` is `true`, `indexDocument` must be specified.