Skip to content

Commit 5423e73

Browse files
Fix sentence grammar
1 parent 138d63b commit 5423e73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-apps/user-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Client principal data is passed to API functions in the request header. To make
6767

6868
### In the function
6969

70-
The following example function named `user` shows how to return user information to the client.
70+
The following example function, named `user`, shows how to return user information to the client.
7171

7272
```javascript
7373
module.exports = async function (context, req) {

0 commit comments

Comments
 (0)