Skip to content

Commit d41529d

Browse files
authored
Update identifiers-js.md
1 parent b0aaf6b commit d41529d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/includes/identifiers/identifiers-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const user = await graphClient.api("/users/[email protected]").get();
109109
const org = await graphClient.api("/organization").get();
110110
const tenant = org.value[0];
111111

112-
//Communication Services resource id
112+
//Communication Services Resource ID
113113
const resourceId = "<resource-id-guid>";
114114

115115
// create an identifier

0 commit comments

Comments
 (0)