From 98e5b3e90be16e4d47ed9c1605d541f89c7ff8dc Mon Sep 17 00:00:00 2001 From: huzhengchuan Date: Wed, 13 Oct 2021 14:21:15 +0800 Subject: [PATCH] fix typos not need '(' --- content/en/docs/concepts/storage/ephemeral-volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/storage/ephemeral-volumes.md b/content/en/docs/concepts/storage/ephemeral-volumes.md index e76f76f492..1e811fb82a 100644 --- a/content/en/docs/concepts/storage/ephemeral-volumes.md +++ b/content/en/docs/concepts/storage/ephemeral-volumes.md @@ -146,7 +146,7 @@ features: parameters. - Typical operations on volumes are supported assuming that the driver supports them, including - ([snapshotting](/docs/concepts/storage/volume-snapshots/), + [snapshotting](/docs/concepts/storage/volume-snapshots/), [cloning](/docs/concepts/storage/volume-pvc-datasource/), [resizing](/docs/concepts/storage/persistent-volumes/#expanding-persistent-volumes-claims), and [storage capacity tracking](/docs/concepts/storage/storage-capacity/).