From 0470c961bf24f7b20c18c6fc36ec66aab8d79266 Mon Sep 17 00:00:00 2001 From: Niu Lechuan Date: Mon, 27 Jun 2022 10:11:47 +0800 Subject: [PATCH 1/2] Fix typo in doc. 'Mamespace' to 'Namespace' Signed-off-by: Niu Lechuan --- site/content/docs/main/restore-reference.md | 2 +- site/content/docs/v1.9/restore-reference.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/main/restore-reference.md b/site/content/docs/main/restore-reference.md index 0511f6512..a91ef960d 100644 --- a/site/content/docs/main/restore-reference.md +++ b/site/content/docs/main/restore-reference.md @@ -73,7 +73,7 @@ The following is an overview of Velero's restore process that starts after you r By default, Velero will restore resources in the following order: * Custom Resource Definitions -* Mamespaces +* Namespaces * StorageClasses * VolumeSnapshotClass * VolumeSnapshotContents diff --git a/site/content/docs/v1.9/restore-reference.md b/site/content/docs/v1.9/restore-reference.md index 0511f6512..a91ef960d 100644 --- a/site/content/docs/v1.9/restore-reference.md +++ b/site/content/docs/v1.9/restore-reference.md @@ -73,7 +73,7 @@ The following is an overview of Velero's restore process that starts after you r By default, Velero will restore resources in the following order: * Custom Resource Definitions -* Mamespaces +* Namespaces * StorageClasses * VolumeSnapshotClass * VolumeSnapshotContents From c6625d1424524e358998c53c38c05aa2824147a2 Mon Sep 17 00:00:00 2001 From: Niu Lechuan Date: Thu, 30 Jun 2022 10:09:29 +0800 Subject: [PATCH 2/2] add changelog file for this PR Signed-off-by: Niu Lechuan --- changelogs/unreleased/5051-niulechuan | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelogs/unreleased/5051-niulechuan diff --git a/changelogs/unreleased/5051-niulechuan b/changelogs/unreleased/5051-niulechuan new file mode 100644 index 000000000..1cba2e248 --- /dev/null +++ b/changelogs/unreleased/5051-niulechuan @@ -0,0 +1 @@ +Fix typo in doc, in https://velero.io/docs/main/restore-reference/ "Restore order" section, "Mamespace" should be "Namespace".