Fix typo in remount (#16100)

"utlizie" => "utilize"
This commit is contained in:
Jason Sturges 2022-06-22 19:28:10 -05:00 committed by GitHub
parent 88ebc43055
commit 16c5d5ba11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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).