Skip to content

Commit f69c2ac

Browse files
authored
Adds comma for clarity.
1 parent 63e4038 commit f69c2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/app-provisioning/use-scim-to-provision-users-and-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1254,7 +1254,7 @@ In the sample code, the request is translated into a call to the UpdateAsync met
12541254
Task UpdateAsync(IRequest<IPatch> request);
12551255
```
12561256

1257-
In the example of a request to update a user, the object provided as the value of the patch argument has these property values:
1257+
In the example of a request, to update a user, the object provided as the value of the patch argument has these property values:
12581258

12591259
|Argument|Value|
12601260
|-|-|

0 commit comments

Comments
 (0)