Skip to content

Commit 4b1740e

Browse files
eshanrnhsofietoft
andauthored
Update 13/umbraco-engage/developers/personalization/implement-your-own-segment-parameters.md
Co-authored-by: sofietoft <[email protected]>
1 parent 1713262 commit 4b1740e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13/umbraco-engage/developers/personalization/implement-your-own-segment-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class DayOfWeekSegmentRuleFactory : ISegmentRuleFactory
7676
}
7777
```
7878

79-
We are using the class `DayOfWeekSegmentRuleConfig` as a representation of the configuration of the rule, which is not strictly necessary but makes it easier. The configuration is stored as a string in the database. or IntelliSense support in code, the stored configuration is parsed into this class:
79+
We are using the class `DayOfWeekSegmentRuleConfig` as a representation of the configuration of the rule, which is not strictly necessary but makes it easier. The configuration is stored as a string in the database or IntelliSense support in code. The stored configuration is parsed into this class:
8080

8181
{% code overflow="wrap" %}
8282

0 commit comments

Comments
 (0)