mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-01 01:18:10 +02:00
chore: remove unnecessary escape sequences.
This commit is contained in:
parent
73b05ec415
commit
daeb73af48
@ -13,7 +13,7 @@ In this example we want to define an activation strategy offers a scheduled rele
|
||||
|
||||
First we need to "define" our new strategy. To add a new "Strategy", open the Strategies tab from the sidebar.
|
||||
|
||||

|
||||

|
||||
|
||||
We name our strategy `TimeStamp` and add one required parameter of type string, which we call `enableAfter`.
|
||||
|
||||
@ -21,7 +21,7 @@ We name our strategy `TimeStamp` and add one required parameter of type string,
|
||||
|
||||
After we have created the strategy definition, we can now decide to use that activation strategy for our feature toggle.
|
||||
|
||||

|
||||

|
||||
|
||||
In the example we want to use our custom strategy for the feature toggle named `demo.TimeStampRollout`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user