Skip to content

Commit d3e407c

Browse files
authored
Fixing language strings (#79)
* Update README.md * fixing language string * fixing language string
1 parent 2e6a262 commit d3e407c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

protect-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Metadata required by https://docs.microsoft.com/samples/browse/
33
# Metadata properties: https://review.docs.microsoft.com/help/contribute/samples/process/onboarding?branch=main#add-metadata-to-readme
44
languages:
5-
- Node.js
5+
- nodejs
66
page_type: sample
77
name: Node.js application that protects its endpoint
88
description: "This Node.js API protects its own protected endpoint using JWT scope validation."

protect-function-app/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
page_type: sample
33
languages:
4-
- Node.js
4+
- nodejs
55
name: Node.js Azure Function protecting HTTP trigger function with Easy Auth and access token scope validation.
66
description: This Node.js Azure Function protects its own HTTP Trigger function with Easy Auth and access token scope validation. The code in this sample is used by one or more articles on docs.microsoft.com.
77
urlFragment: ms-identity-docs-code-functions-nodejs

protected-api-access-protected-api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Metadata required by https://docs.microsoft.com/samples/browse/
33
# Metadata properties: https://review.docs.microsoft.com/help/contribute/samples/process/onboarding?branch=main#add-metadata-to-readme
44
languages:
5-
- Node.js
5+
- nodejs
66
page_type: sample
77
name: Node.js application that makes a request to the Graph API from a protected API on behalf of a user
88
description: This sample Node.js application shows a confidential client application which calls a protected API which make a request to Microsoft Graph using the on-behalf-of flow.

0 commit comments

Comments
 (0)