Skip to content

Commit 64b1ba9

Browse files
authored
Update 13/umbraco-cms/reference/configuration/imagingsettings.md
1 parent ea74cfd commit 64b1ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-cms/reference/configuration/imagingsettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The `HMACSecretKey` should be a secure, random key. For most use cases, a 64-byt
113113
}
114114
```
115115

116-
**Using the IOptions pattern**
116+
**Using the `IOptions` pattern**
117117

118118
If you prefer to generate the `HMACSecretKey` programmatically or want to avoid hardcoding it in your configuration files, you can use the `IOptions` pattern. The following example demonstrates how to generate a secure random key at runtime:
119119

0 commit comments

Comments
 (0)