1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-08-18 13:48:58 +02:00

Update website/docs/feature-flag-tutorials/use-cases/gradual-rollout.md

Co-authored-by: Simon Hornby <simon@getunleash.io>
This commit is contained in:
Melinda Fekete 2025-07-11 13:13:51 +02:00 committed by GitHub
parent 7ab9fbc041
commit 490c20c433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -95,7 +95,7 @@ Within a gradual rollout activation strategy, you can use strategy constraints t
Add [constraints](/reference/activation-strategies#constraints) to refine the rollout based on user attributes, segments, or conditions.
### Define custom context Fields for strategy constraints
### Define custom context fields for strategy constraints
If you want to create new types of constraints that are not built into Unleash, you can create [custom context fields](/reference/unleash-context#custom-context-fields) to use in your gradual rollout for more advanced use cases.