Skip to content

Commit cc7f46c

Browse files
authored
Merge pull request #2734 from jonathan-dev/patch-1
fix typo
2 parents 725ce8f + 98c517d commit cc7f46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en_US/client-attributes/client-attributes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Where,
4040
- **Attribute** is the name of the attribute.
4141
- **Attribute Expression** is the configuration for extracting the attribute.
4242

43-
The attribute expression upports using [Variform expressions](../configuration/configuration.md#variform-expressions) and [predefined functions](../configuration/configuration.md#pre-defined-functions) to dynamically process values. For example:
43+
The attribute expression supports using [Variform expressions](../configuration/configuration.md#variform-expressions) and [predefined functions](../configuration/configuration.md#pre-defined-functions) to dynamically process values. For example:
4444

4545
- To extract the prefix of a client ID delimited by a dot: `nth(1, tokens(clientid, '.'))`
4646
- To truncate part of the username: `substr(username, 0, 5)`

0 commit comments

Comments
 (0)