Просмотр исходного кода

spelling fix

Signed-off-by: Bill Hamilton <bill.hamilton@delinea.com>
Bill Hamilton 2 лет назад
Родитель
Сommit
95eee79eea
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docs/provider/secretserver.md

+ 1 - 1
docs/provider/secretserver.md

@@ -41,7 +41,7 @@ Secrets may be referenced by secret ID or secret name.
 the name field must not contain spaces or control characters.<br />
 If multiple secrets are found, *`only the first found secret will be returned`*.
 
-Please note: `Retreiving a specific version of a secret is not yet supported.`
+Please note: `Retrieving a specific version of a secret is not yet supported.`
 
 Note that because all Secret Server secrets are JSON objects, you must specify `remoteRef.property`.
 You can access nested values or arrays using [gjson syntax](https://github.com/tidwall/gjson/blob/master/SYNTAX.md).