Update index.html.md (#3433)

Fixed typo in json property used to create custom secret_id
This commit is contained in:
Brendan 2017-10-11 06:25:43 -07:00 committed by Jeff Mitchell
parent cbe41b590f
commit d5decccbfe
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ Assigns a "custom" SecretID against an existing AppRole. This is used in the
```json
{
"secret-id": "testsecretid"
"secret_id": "testsecretid"
}
```