Skip to content

Commit 6e61318

Browse files
authored
Merge pull request #104715 from MarileeTurscak-MSFT/patch-314
Fixed typo and compound sentence
2 parents e87e063 + e54b077 commit 6e61318

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)