mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-28 07:57:02 +00:00
chore: fix typos in various files
yml, json, tex, sh
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"openapi": "3.1.0",
|
||||
"info": {
|
||||
"title": "Garage administration API",
|
||||
"description": "Administrate your Garage cluster programatically, including status, layout, keys, buckets, and maintainance tasks.\n\n*Disclaimer: This API may change in future Garage versions. Read the changelog and upgrade your scripts before upgrading. Additionnaly, this specification is early stage and can contain bugs, so be careful and please report any issues on our issue tracker.*",
|
||||
"description": "Administrate your Garage cluster programmatically, including status, layout, keys, buckets, and maintenance tasks.\n\n*Disclaimer: This API may change in future Garage versions. Read the changelog and upgrade your scripts before upgrading. Additionally, this specification is early stage and can contain bugs, so be careful and please report any issues on our issue tracker.*",
|
||||
"contact": {
|
||||
"name": "The Garage team",
|
||||
"url": "https://garagehq.deuxfleurs.fr/",
|
||||
@@ -2394,7 +2394,7 @@
|
||||
},
|
||||
"websiteAccess": {
|
||||
"type": "boolean",
|
||||
"description": "Whether website acces is enabled for this bucket"
|
||||
"description": "Whether website access is enabled for this bucket"
|
||||
},
|
||||
"websiteConfig": {
|
||||
"oneOf": [
|
||||
@@ -2441,7 +2441,7 @@
|
||||
"properties": {
|
||||
"connectedNodes": {
|
||||
"type": "integer",
|
||||
"description": "the nubmer of nodes this Garage node currently has an open connection to",
|
||||
"description": "the number of nodes this Garage node currently has an open connection to",
|
||||
"minimum": 0
|
||||
},
|
||||
"knownNodes": {
|
||||
|
||||
Reference in New Issue
Block a user