From d15bc28a48e304fb3f7047620159e43a713644f3 Mon Sep 17 00:00:00 2001
From: Milan <milan.danecek@gmail.com>
Date: Thu, 30 May 2024 09:33:03 +0200
Subject: [PATCH] Fix typo

---
 index.md                     | 2 +-
 mkdocs.yml                   | 2 +-
 object-storage/os-index.md   | 2 +-
 object-storage/s3-clients.md | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/index.md b/index.md
index 717365c..26533e4 100644
--- a/index.md
+++ b/index.md
@@ -17,7 +17,7 @@ Data Management Services is a portfolio of services allowing to facilitate the w
     **S3** is a general service suitable for most of the usecases (archives, backups, special applications...). It also allows to share your data with other users or publicly via link. It can be connected from all over the world ;-).
 
     [:octicons-arrow-right-24: Overview of S3 Service](./object-storage/s3-service.md)<br/>
-    [:octicons-arrow-right-24: Favourite S3 Clients](./object-storage/s3-clients.md)<br/>
+    [:octicons-arrow-right-24: Favorite S3 Clients](./object-storage/s3-clients.md)<br/>
     [:octicons-arrow-right-24: Advanced S3 Functions](./object-storage/s3-features.md)<br/>
     [:octicons-arrow-right-24: Veeam setup against S3](./object-storage/veeam-backup.md)<br/>
 
diff --git a/mkdocs.yml b/mkdocs.yml
index 799b01e..c898a25 100755
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,7 +4,7 @@ nav:
   - Data Storage Services: index.md
   - S3 Service: 
     - S3 Overview: object-storage/s3-service.md
-    - Fauvorite S3 clients: object-storage/s3-clients.md
+    - Favorite S3 clients: object-storage/s3-clients.md
     - Advanced S3 features: object-storage/s3-features.md
     - Veeam backup over S3: object-storage/veeam-backup.md
   - RBD Service:
diff --git a/object-storage/os-index.md b/object-storage/os-index.md
index a0b43f5..c948d00 100644
--- a/object-storage/os-index.md
+++ b/object-storage/os-index.md
@@ -16,7 +16,7 @@ Object Storage Services is a portfolio of services allowing to facilitate your a
     **S3** is a general service suitable for most of the usecases (archives, backups, special applications...). It also allows to share your data with other users or publicly via link.
 
     [:octicons-arrow-right-24: Overview of S3 Service](./s3-service.md)   
-    [:octicons-arrow-right-24: Favourite S3 Clients](./rclone.md)   
+    [:octicons-arrow-right-24: Favorite S3 Clients](./rclone.md)   
     [:octicons-arrow-right-24: Advanced S3 Functions](./rclone.md)   
     [:octicons-arrow-right-24: Veeam stup against S3](./rclone.md)   
 <!---    
diff --git a/object-storage/s3-clients.md b/object-storage/s3-clients.md
index 06aa117..eae0008 100644
--- a/object-storage/s3-clients.md
+++ b/object-storage/s3-clients.md
@@ -3,7 +3,7 @@ languages:
   - en
   - cs
 ---
-# Favourite S3 service clients
+# Favorite S3 service clients
 In the following section you can find recommended S3 clients. For all S3 clients are necessary S3 credentials `access_key` and `secret_key` and the S3 endpoint address, see below.
 
 ???+ note "Available S3 endpoints"
-- 
GitLab