From 16c5d5ba11d48b950c996502e33eff70e70b3d5c Mon Sep 17 00:00:00 2001 From: Jason Sturges Date: Wed, 22 Jun 2022 19:28:10 -0500 Subject: [PATCH] Fix typo in remount (#16100) "utlizie" => "utilize" --- website/content/api-docs/system/remount.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/system/remount.mdx b/website/content/api-docs/system/remount.mdx index 56f1086b8..b7abdf0b9 100644 --- a/website/content/api-docs/system/remount.mdx +++ b/website/content/api-docs/system/remount.mdx @@ -15,7 +15,7 @@ The Remount documentation details the endpoints required to trigger and monitor The `/sys/remount` endpoint moves an already-mounted backend to a new mount point. This process works for both secret engines and auth methods. -The remount operation returns a migration ID to the user. The user may utlizie the migration ID to look up +The remount operation returns a migration ID to the user. The user may utilize the migration ID to look up the status of the mount migration. More details about the remount operation are described in [Mount Migration](/docs/concepts/mount-migration).