diff --git a/website/source/docs/providers/random/r/id.html.md b/website/source/docs/providers/random/r/id.html.md index 2fdcdd4a4..266a25380 100644 --- a/website/source/docs/providers/random/r/id.html.md +++ b/website/source/docs/providers/random/r/id.html.md @@ -66,4 +66,4 @@ The following attributes are exported: * `b64` - The generated id presented in base64, using the URL-friendly character set: case-sensitive letters, digits and the characters `_` and `-`. * `hex` - The generated id presented in padded hexadecimal digits. This result will always be twice as long as the requested byte length. -* `decimal` - The generated id presented in non-padded decimal digits. +* `dec` - The generated id presented in non-padded decimal digits.