Skip to content

Commit e54b077

Browse files
Fixed typo and compound sentence
------- cc: @mmacy
1 parent dfb9350 commit e54b077

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/string-transformations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,9 @@ Clean the value of a given claim.
519519

520520
| Item | TransformationClaimType | Data Type | Notes |
521521
| ---- | ----------------------- | --------- | ----- |
522-
| OutputClaim | claim_to_null | string | The claim its value to be NULL. |
522+
| OutputClaim | claim_to_null | string | The claim's value is set to NULL. |
523523

524-
Use this claim transformation to remove unnecessary data from the claims property bag. So, the session cookie will be smaller. The following example removes the value of the `TermsOfService` claim type.
524+
Use this claim transformation to remove unnecessary data from the claims property bag so the session cookie will be smaller. The following example removes the value of the `TermsOfService` claim type.
525525

526526
```XML
527527
<ClaimsTransformation Id="SetTOSToNull" TransformationMethod="NullClaim">

0 commit comments

Comments
 (0)