Skip to content

Commit c483ced

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

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
@@ -115,7 +115,7 @@ The `HMACSecretKey` should be a secure, random key. For most use cases, a 64-byt
115115

116116
**Using the `IOptions` pattern**
117117

118-
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:
118+
To generate the `HMACSecretKey` programmatically instead of hardcoding it in configuration files, use the `IOptions` pattern. The following example demonstrates how to generate a secure random key at runtime:
119119

120120
```csharp
121121
using System.Security.Cryptography;

0 commit comments

Comments
 (0)