From 556c9e381c7cca2f8e1a6406c5fa1ffce92bbfca Mon Sep 17 00:00:00 2001 From: Satoru Takeuchi Date: Wed, 10 Apr 2024 12:15:02 +0000 Subject: [PATCH] core: fix typo Signed-off-by: Satoru Takeuchi --- docs/flatten-rbd-pvc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/flatten-rbd-pvc.md b/docs/flatten-rbd-pvc.md index c8750d15..e1f91393 100644 --- a/docs/flatten-rbd-pvc.md +++ b/docs/flatten-rbd-pvc.md @@ -1,7 +1,7 @@ # Flatten RBD PVC `flatten-rbd-pvc` command is to flatten the RBD image corresponding to the target RBD PVC. -Fore more details about flatten, see [the Ceph offical document](https://docs.ceph.com/en/latest/rbd/rbd-snapshot/#flattening-a-cloned-image). +Fore more details about flatten, see [the Ceph official document](https://docs.ceph.com/en/latest/rbd/rbd-snapshot/#flattening-a-cloned-image). By flattening RBD images, we can bypass the problems specific to non-flattened cloned image like https://github.com/ceph/ceph-csi/discussions/4360.