From 48eef2fb3c0d107b88907ea3d455d39f459a1133 Mon Sep 17 00:00:00 2001 From: Martin Michlmayr Date: Tue, 26 May 2020 07:30:30 +0800 Subject: [PATCH] docs: add missing word --- docs/content/azureblob.md | 2 +- docs/content/box.md | 2 +- docs/content/dropbox.md | 2 +- docs/content/fichier.md | 2 +- docs/content/ftp.md | 2 +- docs/content/local.md | 2 +- docs/content/onedrive.md | 4 ++-- docs/content/sharefile.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/content/azureblob.md b/docs/content/azureblob.md index b13a2c4b4..e79af93ab 100644 --- a/docs/content/azureblob.md +++ b/docs/content/azureblob.md @@ -92,7 +92,7 @@ the following characters are also replaced: | \ | 0x5C | \ | File names can also not end with the following characters. -These only get replaced if they are last character in the name: +These only get replaced if they are the last character in the name: | Character | Value | Replacement | | --------- |:-----:|:-----------:| diff --git a/docs/content/box.md b/docs/content/box.md index 855520466..447096e17 100644 --- a/docs/content/box.md +++ b/docs/content/box.md @@ -206,7 +206,7 @@ the following characters are also replaced: | \ | 0x5C | \ | File names can also not end with the following characters. -These only get replaced if they are last character in the name: +These only get replaced if they are the last character in the name: | Character | Value | Replacement | | --------- |:-----:|:-----------:| diff --git a/docs/content/dropbox.md b/docs/content/dropbox.md index 7b8a0d205..0c6feb54e 100644 --- a/docs/content/dropbox.md +++ b/docs/content/dropbox.md @@ -111,7 +111,7 @@ is checked for all transfers. | \ | 0x5C | \ | File names can also not end with the following characters. -These only get replaced if they are last character in the name: +These only get replaced if they are the last character in the name: | Character | Value | Replacement | | --------- |:-----:|:-----------:| diff --git a/docs/content/fichier.md b/docs/content/fichier.md index 8717b20f5..db09a2c23 100644 --- a/docs/content/fichier.md +++ b/docs/content/fichier.md @@ -103,7 +103,7 @@ the following characters are also replaced: | ' | 0x27 | ' | File names can also not start or end with the following characters. -These only get replaced if they are first or last character in the +These only get replaced if they are the first or last character in the name: | Character | Value | Replacement | diff --git a/docs/content/ftp.md b/docs/content/ftp.md index 8da270ef0..b75c2c921 100644 --- a/docs/content/ftp.md +++ b/docs/content/ftp.md @@ -115,7 +115,7 @@ In addition to the [default restricted characters set](/overview/#restricted-cha the following characters are also replaced: File names can also not end with the following characters. -These only get replaced if they are last character in the name: +These only get replaced if they are the last character in the name: | Character | Value | Replacement | | --------- |:-----:|:-----------:| diff --git a/docs/content/local.md b/docs/content/local.md index c27b899e4..bf2f75772 100644 --- a/docs/content/local.md +++ b/docs/content/local.md @@ -100,7 +100,7 @@ list is based on the [Windows file naming conventions](https://docs.microsoft.co | \| | 0x7C | | | File names on Windows can also not end with the following characters. -These only get replaced if they are last character in the name: +These only get replaced if they are the last character in the name: | Character | Value | Replacement | | --------- |:-----:|:-----------:| diff --git a/docs/content/onedrive.md b/docs/content/onedrive.md index efe843c0c..50de10364 100644 --- a/docs/content/onedrive.md +++ b/docs/content/onedrive.md @@ -168,7 +168,7 @@ the following characters are also replaced: | % | 0x25 | % | File names can also not end with the following characters. -These only get replaced if they are last character in the name: +These only get replaced if they are the last character in the name: | Character | Value | Replacement | | --------- |:-----:|:-----------:| @@ -176,7 +176,7 @@ These only get replaced if they are last character in the name: | . | 0x2E | . | File names can also not begin with the following characters. -These only get replaced if they are first character in the name: +These only get replaced if they are the first character in the name: | Character | Value | Replacement | | --------- |:-----:|:-----------:| diff --git a/docs/content/sharefile.md b/docs/content/sharefile.md index ddd8c3372..38dda8cd4 100644 --- a/docs/content/sharefile.md +++ b/docs/content/sharefile.md @@ -142,7 +142,7 @@ the following characters are also replaced: | " | 0x22 | " | File names can also not start or end with the following characters. -These only get replaced if they are first or last character in the +These only get replaced if they are the first or last character in the name: | Character | Value | Replacement |